diff --git a/src/other/firefox/Monterey/parts/popups.css b/src/other/firefox/Monterey/parts/popups.css index 200c577..48a6f73 100644 --- a/src/other/firefox/Monterey/parts/popups.css +++ b/src/other/firefox/Monterey/parts/popups.css @@ -17,7 +17,7 @@ menupopup { #PlacesToolbar menupopup { background: none !important; padding: 3px 6px 8px !important; - margin-top: 0 !important; + margin: 0 0 0 -8px !important; border: none !important; box-shadow: none !important; } diff --git a/src/other/firefox/WhiteSur/parts/popups.css b/src/other/firefox/WhiteSur/parts/popups.css index 200c577..48a6f73 100644 --- a/src/other/firefox/WhiteSur/parts/popups.css +++ b/src/other/firefox/WhiteSur/parts/popups.css @@ -17,7 +17,7 @@ menupopup { #PlacesToolbar menupopup { background: none !important; padding: 3px 6px 8px !important; - margin-top: 0 !important; + margin: 0 0 0 -8px !important; border: none !important; box-shadow: none !important; }