Merge branch 'fix-stage-sticky-navbar' into 'master'

Fixing the new sticky navbar overlapping Stage, Chord and Main views

See merge request openlp/web-remote!45
This commit is contained in:
Tim Bentley 2022-12-15 17:30:46 +00:00
commit b319373541
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;