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;
left: 0;
top: 30px;
z-index: 10;
z-index: 20;
&,
& a {
+1
View File
@@ -10,6 +10,7 @@
@media screen and (min-width: 600px) {
position: sticky;
top: 0;
z-index: 10;
}
@media screen and (max-width: 600px - 1px) {