From 21de893e99ea088b527c53525fc7819d19091577 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 26 Mar 2019 20:18:12 +0200 Subject: [PATCH] Make inactive menubar to ignore pointer events --- chrome/hide_tabs_toolbar.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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