dnet-applications/frontends/dnet-is-application/src/app/app.component.css

18 lines
187 B
CSS
Raw Normal View History

2023-01-20 11:39:34 +01:00
.sidenav-container {
2023-02-08 15:36:13 +01:00
height: 100%;
}
.sidenav {
width: 350px;
}
.sidenav .mat-toolbar {
background: inherit;
}
.mat-toolbar.mat-primary {
position: sticky;
top: 0;
z-index: 1;
}