Fix navbar dropdown visibility bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 30px;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
|
||||
&,
|
||||
& a {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
@media screen and (min-width: 600px) {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px - 1px) {
|
||||
|
||||
Reference in New Issue
Block a user