Fix navbar dropdown visibility bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
z-index: 10;
|
z-index: 20;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
& a {
|
& a {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user