mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-25 02:01:56 -04:00
Fix z-index issues
This commit is contained in:
parent
cf4b59ac73
commit
91a5b8c5a3
|
@ -17,6 +17,7 @@
|
|||
font-weight: 600;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
background: white;
|
||||
margin-top: -$spacer * 4;
|
||||
padding-top: $spacer * 4;
|
||||
|
|
|
@ -24,7 +24,7 @@ nav.navbar {
|
|||
background: $light;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
z-index: 100;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue