Skip to content

Commit 9be5e3e

Browse files
Update styles.css
1 parent 8e293ce commit 9be5e3e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ body.one-button-nav-active .dock.show {
10071007

10081008
#blurOverlayControls {
10091009
z-index: 9996;
1010+
backdrop-filter: none;
10101011
}
10111012

10121013
#interaction-blocker {
@@ -1989,8 +1990,8 @@ input[type="checkbox"]:checked::before {
19891990
filter: blur(5px);
19901991
}
19911992

1992-
body.minimal-active .blur-overlay {
1993-
backdrop-filter: blur(10px);
1993+
body.minimal-active #blurOverlayControls {
1994+
backdrop-filter: blur(10px) !important;
19941995
}
19951996

19961997
body.minimal-active .drawer-handle,

0 commit comments

Comments
 (0)