From e4dc101346a701716d1b5efd22c6775c3e543122 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 28 Aug 2020 17:13:31 +0200 Subject: [PATCH] fix for dropdown pages --- web/style/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/style/style.scss b/web/style/style.scss index 22584d1..d16c6fa 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -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; }