Skip to content

Commit f09811a

Browse files
authored
refactor: remove backdrop filter from opaque overlays (#10621)
1 parent b0ef82a commit f09811a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/aura/src/components/overlay.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@
3434
font-weight: var(--aura-font-weight-regular);
3535
line-height: var(--aura-line-height-m);
3636
color: var(--vaadin-text-color);
37+
38+
@container style(--aura-overlay-surface-opacity: 1) {
39+
-webkit-backdrop-filter: none;
40+
backdrop-filter: none;
41+
}
3742
}

0 commit comments

Comments
 (0)