Files
alfresco-ng2-components/demo-shell/src/app/components/cloud/cloud-layout.component.scss
2024-03-28 02:23:18 +00:00

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;
}
}
}