From 98ff3a00d81906391969ef2a8bbdf99b0f4cafea Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 11 Nov 2023 10:00:05 +0800 Subject: [PATCH] Update popups.css --- src/other/firefox/common/parts/popups.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/other/firefox/common/parts/popups.css b/src/other/firefox/common/parts/popups.css index 51353733..688f8c52 100644 --- a/src/other/firefox/common/parts/popups.css +++ b/src/other/firefox/common/parts/popups.css @@ -307,3 +307,12 @@ panel[type="autocomplete-richlistbox"] { .autocomplete-richlistitem:not([type="loginsFooter"]):hover .ac-site-icon { fill: #fff !important; } + +/* Fixes for menu scrollbox */ +arrowscrollbox.menupopup-arrowscrollbox { + height: 100%; +} + +box.scrollbox-clip > scrollbox { + padding-right: 10px; +}