Skip to content

Commit 613bf72

Browse files
authored
fix: disable backdrop-filter when overlay opacity is 100% (#11509)
1 parent ed9d4e0 commit 613bf72

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/aura/src/components/overlay.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
font-weight: var(--aura-font-weight-regular);
4141
line-height: var(--aura-line-height-m);
4242
color: var(--vaadin-text-color);
43+
44+
@container style(--aura-overlay-surface-opacity: 1) {
45+
html {
46+
--aura-overlay-backdrop-filter: none;
47+
}
48+
}
4349
}
4450

4551
vaadin-popover,

0 commit comments

Comments
 (0)