app/assets/stylesheets/_reset.css in css-zero-0.0.24 vs app/assets/stylesheets/_reset.css in css-zero-0.0.25
- old
+ new
@@ -334,26 +334,26 @@
max-inline-size: 100%;
block-size: auto;
}
/*
- Prevent page scroll when dialog is open
+ Prevent page scroll when modal dialog is open
*/
-html:has(dialog[open]) {
+html:has(dialog:modal[open]) {
overflow: hidden;
}
/*
Make elements with the HTML hidden attribute stay hidden by default.
*/
[hidden] {
- display: none !important;
+ display: none;
}
/*
Make elements with the HTML contents attribute become pseudo-box by default.
*/
[contents] {
- display: contents !important;
+ display: contents;
}