Don't show menubar on popoup windows where it is supposed to be hidden

This commit is contained in:
MrOtherGuy
2023-05-16 06:34:22 +03:00
parent 337c8d05ef
commit 2a6e95b5dc

View File

@@ -31,7 +31,7 @@ See the above repository for updates as well as full license text. */
-moz-window-dragging: no-drag;
}
#toolbar-menubar{
:root:not([chromehidden~="menubar"]) #toolbar-menubar{
position: fixed;
display: flex;
top: 0px;