Add workarounds for bug 1705215

This commit is contained in:
MrOtherGuy
2023-07-18 19:16:42 +03:00
parent a67074ccfa
commit 5ea61e3d40
4 changed files with 26 additions and 1 deletions

View File

@@ -63,6 +63,13 @@ See the above repository for updates as well as full license text. */
#main-window > body > box{ margin-top: 0 !important; }
#toolbar-menubar{ z-index: 1; background-color: var(--lwt-accent-color,black); }
:root[BookmarksToolbarOverlapsBrowser] #navigator-toolbox-background{
margin-block: calc(-1 * var(--bookmarks-toolbar-height)) 0 !important;
}
:root[BookmarksToolbarOverlapsBrowser] .newTabBrowserPanel{
padding-block: 0 var(--bookmarks-toolbar-height) !important;
}
/**************
Menubar options - By default, menubar is overlayed on top of web-content
***************/