From 7ca750214e8b4ae460e9782e4e402206cf2a59be Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 6 Feb 2023 13:43:03 -0500 Subject: [PATCH] Popups: Fix headers position --- theme/parts/popups.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 1a1ca41..2ab6e08 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -234,7 +234,7 @@ menupopup menu:not([disabled="true"]):is(:hover, [_moz-menuactive]), padding: 0 !important; pointer-events: none; position: absolute !important; - top: 8px !important; + top: 15px !important; width: 100%; }