Skip to content

Commit

Permalink
Fixed panel UI not allowing popups to trigger
Browse files Browse the repository at this point in the history
Signed-off-by: mr. m  <[email protected]>
  • Loading branch information
mauro-balades authored Jan 28, 2025
1 parent e0376b8 commit b6063c0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit b6063c0

Please sign in to comment.