Browse Source

z-index fixes

pull/18/head
Anxhelo Lushka 3 years ago
parent
commit
a808215c07
  1. 8
      assets/scss/_custom.scss
  2. 4
      layouts/partials/noscript.html

8
assets/scss/_custom.scss

@ -125,7 +125,7 @@ body {
top: 85vh;
left: 0;
right: auto;
z-index: 100;
z-index: 10;
transition: 0.2s;
will-change: border;
}
@ -212,7 +212,7 @@ nav .nav-link {
height: 0;
width: 100%;
position: fixed;
z-index: 1000;
z-index: 20;
top: 0;
left: 0;
background-color: $blue-500;
@ -1148,7 +1148,7 @@ svg, svg path {
bottom: 5vh;
right: 0;
left: auto;
z-index: 100;
z-index: 10;
transition: 0.2s;
}
}
@ -1196,5 +1196,5 @@ svg, svg path {
line-height: normal;
padding: 1rem;
text-decoration: none;
z-index: 100000;
z-index: 25;
}

4
layouts/partials/noscript.html

@ -11,5 +11,9 @@
#services {
display: none !important;
}
#theme-toggle {
display: none !important;
}
</style>
</noscript>
Loading…
Cancel
Save