Fixed panel UI not allowing popups to trigger

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-01-28 03:26:27 -08:00
committed by GitHub
parent e0376b88f5
commit b6063c0831

View File

@@ -20,8 +20,10 @@
}
@media (-moz-platform: macos) and (not (-moz-bool-pref: 'zen.view.mac.show-three-dot-menu')) {
&:not([customizing]) #PanelUI-button {
display: none;
&:not([customizing]) #PanelUI-button:not([open]):not([panelopen]) {
position: absolute;
opacity: 0;
pointer-events: none;
}
}