Skip to content

Commit 85d790a

Browse files
authored
remove performance impacting dialog styles
1 parent f890885 commit 85d790a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/extra/normalize.src.css

-8
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,6 @@
270270
color: inherit;
271271
border-radius: var(--radius-3);
272272
box-shadow: var(--shadow-6);
273-
274-
&::backdrop {
275-
backdrop-filter: blur(25px);
276-
}
277-
}
278-
279-
:where(html:has(dialog[open])) {
280-
overflow: hidden;
281273
}
282274

283275
:where(menu) {

0 commit comments

Comments
 (0)