fix for dropdown pages

This commit is contained in:
Lucien Cartier-Tilet 2020-08-28 17:13:31 +02:00
parent f99d45e8ab
commit e4dc101346
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

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