diff --git a/chrome/hide_tabs_toolbar.css b/chrome/hide_tabs_toolbar.css index 4da2d31..bd462a7 100644 --- a/chrome/hide_tabs_toolbar.css +++ b/chrome/hide_tabs_toolbar.css @@ -31,4 +31,8 @@ Window controls will be all wrong without it } #toolbar-menubar:not([inactive]){ z-index: 2 } -#toolbar-menubar[inactive] > #menubar-items { opacity: 0; margin-left: var(--uc-window-drag-space-width,0px) } \ No newline at end of file +#toolbar-menubar[inactive] > #menubar-items { + opacity: 0; + pointer-events: none; + margin-left: var(--uc-window-drag-space-width,0px) +} \ No newline at end of file