forked from abner/for-legacy-web
fix(context menu): adjust transparency to account for Firefox
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
//background: var(--primary-background) !important;
|
||||
background-color: rgba(
|
||||
var(--primary-background-rgb),
|
||||
max(var(--min-opacity), 0.8)
|
||||
max(var(--min-opacity), 0.9)
|
||||
);
|
||||
backdrop-filter: blur(10px);
|
||||
box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05);
|
||||
|
||||
Reference in New Issue
Block a user