mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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 {
|
#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
|
||||||
|
|
Loading…
Reference in a new issue