mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
24 lines
539 B
SCSS
24 lines
539 B
SCSS
.app-cloud-layout-overflow {
|
|
overflow: auto;
|
|
}
|
|
|
|
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
|
.app-cloud-layout-tab-body .mat-tab-body-wrapper {
|
|
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;
|
|
}
|
|
}
|
|
}
|