mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
23 lines
418 B
SCSS
23 lines
418 B
SCSS
.app-cloud-layout-overflow {
|
|
overflow: auto;
|
|
}
|
|
|
|
.app-cloud-layout-tab-body .mat-mdc-tab-body-content {
|
|
height: 100%;
|
|
}
|
|
|
|
app-cloud-layout {
|
|
.app-cloud-layout-tab-body {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
width: 100%;
|
|
|
|
adf-sidenav-layout {
|
|
flex-direction: row;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|