fixing z-orders to hide the top navbar from stage, chord and main view

This commit is contained in:
Mateus Meyer Jiacomelli 2022-12-01 18:37:00 -03:00
parent b9d3f3caab
commit b5c7f16d20
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
// To allow the inner overlay (and other items) to use z-indexes greater than 1
.mat-sidenav {
&-container, &-content {
z-index: auto;
}
}
mat-toolbar {
position: -webkit-sticky;
position: sticky;

View File

@ -5,7 +5,7 @@
position: fixed;
left: 0;
top: 0;
z-index: 1;
z-index: 1200;
overflow: hidden;
color: white;
display: flex;