fuse-angular/src/app/main/main.component.scss

52 lines
1.4 KiB
SCSS
Raw Normal View History

2017-08-02 08:53:30 +00:00
fuse-main {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
2017-08-02 10:29:00 +00:00
> .mat-sidenav-container {
2017-08-02 08:53:30 +00:00
display: flex;
flex: 1;
.mat-sidenav-content {
display: flex;
flex: 1;
overflow: hidden;
width: 100%;
#fuse-main-content {
display: flex;
flex: 1;
flex-direction: column;
2017-08-02 16:51:02 +00:00
overflow: hidden;
2017-08-02 08:53:30 +00:00
#wrapper {
display: flex;
flex: 1;
.content-wrapper {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
fuse-content {
display: flex;
2017-08-02 10:29:00 +00:00
flex: 1;
2017-08-02 08:53:30 +00:00
flex-direction: row;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
> *:not(router-outlet):not(.ps__scrollbar-x-rail):not(.ps__scrollbar-y-rail) {
width: 100%;
min-width: 100%;
}
}
}
}
}
}
}
}