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;