userChrome/urlbar: Prevent urlbar from going past window bottom in FF 117 (MR 36)
This commit is contained in:
parent
21163be169
commit
9a34fe3e95
1 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,14 @@
|
|||
#PersonalToolbar {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue