Replaced consent warning backdrop blur with darker background, as backdrop blur is not supported in Firefox.
This commit is contained in:
@@ -56,8 +56,7 @@ export default {
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
background: var(--darken-extreme);
|
||||
backdrop-filter: blur(.5rem);
|
||||
background: var(--darken-censor);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user