userChrome/urlbar: Prevent urlbar from going past window bottom in FF 117 (MR 36)

This commit is contained in:
Ulrik de Muelenaere 2023-09-04 23:33:53 -04:00 committed by Oliver Smith
parent 21163be169
commit 9a34fe3e95
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -82,6 +82,14 @@
#PersonalToolbar { #PersonalToolbar {
display: none; display: none;
} }
/* If the bookmarks toolbar is configured to only show on the new tab page,
* Firefox makes the toolbar overlap the browser. When it's then hidden by
* the rule above, the urlbar is pushed off the bottom of the window. To
* prevent this, set the height of the overlapped toolbar to 0. */
:root {
--bookmarks-toolbar-overlapping-browser-height: 0 !important;
}
} }
/* Even though amazon is removed as search engine in policies.json, it gets /* Even though amazon is removed as search engine in policies.json, it gets