mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Fixing the new sticky navbar overlapping Stage, Chord and Main views
This commit is contained in:
parent
b9d3f3caab
commit
26d39760db
@ -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;
|
||||
|
@ -5,7 +5,7 @@
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
z-index: 1200;
|
||||
overflow: hidden;
|
||||
color: white;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user