mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
45 lines
779 B
SCSS
45 lines
779 B
SCSS
:host {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
ng-content {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sidenav--hidden {
|
|
visibility: hidden !important;
|
|
width: 0 !important;
|
|
transform: unset !important;
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.mat-sidenav-container {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mat-sidenav {
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
:host ::ng-deep mat-sidenav-content{
|
|
margin-left:0px !important;
|
|
}
|
|
|
|
.mat-sidenav-content,
|
|
.mat-drawer-transition .mat-drawer-content {
|
|
transform: unset !important;
|
|
transition-property: unset !important;
|
|
transition-duration: unset !important;
|
|
transition-timing-function: unset !important;
|
|
}
|