fix for dropdown pages

This commit is contained in:
2020-08-28 17:13:31 +02:00
parent f99d45e8ab
commit e4dc101346

View File

@@ -366,7 +366,7 @@ header {
top: $navbar-height / 1.3; top: $navbar-height / 1.3;
opacity: 1; opacity: 1;
z-index: 5; z-index: 5;
height: 500%; height: 80vh;
pointer-events: auto; pointer-events: auto;
} }
} }
@@ -420,7 +420,7 @@ header {
} }
} }
#drop-share, #drop-page { #drop-share {
li { li {
padding: 10px; padding: 10px;
} }