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

18 lines
219 B
CSS
Raw Normal View History

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