From 95dab5d1f879c9af184fdd2ec9003dc518028329 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 28 Aug 2023 20:14:17 +0800 Subject: [PATCH] Update Dropdown menupopup overflow glitch + fix #922 --- src/other/firefox/common/parts/popups.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/other/firefox/common/parts/popups.css b/src/other/firefox/common/parts/popups.css index 52d9c97..111d82d 100644 --- a/src/other/firefox/common/parts/popups.css +++ b/src/other/firefox/common/parts/popups.css @@ -10,13 +10,14 @@ menupopup, panel { --panel-border-radius: 12px !important; --panel-padding: 6px !important; --panel-shadow: var(--gnome-popover-shadow) !important; - --panel-shadow-margin: 3px 8px 13px !important; + /* --panel-shadow-margin: 3px 8px 13px !important; */ --panel-separator-color: var(--gnome-popover-separator-color) !important; --panel-border-color: transparent !important; --arrowpanel-border-radius: 12px !important; --arrowpanel-background: var(--gnome-menu-background) !important; --arrowpanel-border-color: transparent !important; color: var(--gnome-toolbar-color) !important; + padding: 0 4px 9px !important; } .panel-arrowcontent {