diff --git a/chrome/overlay_fullscreen_toolbars.css b/chrome/overlay_fullscreen_toolbars.css index 3429920..836edbb 100644 --- a/chrome/overlay_fullscreen_toolbars.css +++ b/chrome/overlay_fullscreen_toolbars.css @@ -28,11 +28,11 @@ See the above repository for updates as well as full license text. */ #navigator-toolbox[style=""], #navigator-toolbox:hover, #navigator-toolbox:focus-within, - #mainPopupSet:has(> #appMenu-popup[panelopen="true"]) ~ #navigator-toolbox{ + #mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts)) ~ #navigator-toolbox{ transition-delay: 0ms !important; transform: translateY(0); } - #mainPopupSet:has(> [role="group"][panelopen]) ~ toolbox #urlbar[popover], + #mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts)) ~ toolbox #urlbar[popover], #navigator-toolbox[style=""] #urlbar[popover], #urlbar-container > #urlbar[popover]:is([focused],[open]){ pointer-events: auto;