From 2a6e95b5dca92ca87f36046dda6d0a42ce870b78 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 16 May 2023 06:34:22 +0300 Subject: [PATCH] Don't show menubar on popoup windows where it is supposed to be hidden --- chrome/tabs_on_bottom_menubar_on_top_patch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_on_bottom_menubar_on_top_patch.css b/chrome/tabs_on_bottom_menubar_on_top_patch.css index c4a36e3..253222f 100644 --- a/chrome/tabs_on_bottom_menubar_on_top_patch.css +++ b/chrome/tabs_on_bottom_menubar_on_top_patch.css @@ -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;