Skip to content

Commit

Permalink
Fix transparency issue in panels.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Sep 13, 2023
1 parent cf66584 commit eb6c8c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions waterfox/browser/themes/waterfox/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,11 @@
#preferences-body .main-content {
overflow-x: hidden !important;
}

:is(panel, menupopup)[type="arrow"] {
background: var(--toolbar-bgcolor) !important;
opacity: 0.95;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
}

0 comments on commit eb6c8c2

Please sign in to comment.