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;
|
font-weight: 600;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
background: white;
|
background: white;
|
||||||
margin-top: -$spacer * 4;
|
margin-top: -$spacer * 4;
|
||||||
padding-top: $spacer * 4;
|
padding-top: $spacer * 4;
|
||||||
|
|
|
@ -24,7 +24,7 @@ nav.navbar {
|
||||||
background: $light;
|
background: $light;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 100;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue