Fix z-index issues

This commit is contained in:
Quantum 2022-02-14 20:00:22 -05:00
parent cf4b59ac73
commit 91a5b8c5a3
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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;