Fix navbar dropdown visibility bug

This commit is contained in:
Jan Tuomi
2018-11-19 18:10:43 +02:00
parent 1509938901
commit 322e193ef2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
position: absolute; position: absolute;
left: 0; left: 0;
top: 30px; top: 30px;
z-index: 10; z-index: 20;
&, &,
& a { & a {
+1
View File
@@ -10,6 +10,7 @@
@media screen and (min-width: 600px) { @media screen and (min-width: 600px) {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 10;
} }
@media screen and (max-width: 600px - 1px) { @media screen and (max-width: 600px - 1px) {