resets hidden things to display:none

This commit is contained in:
2025-12-16 16:57:49 +00:00
parent 35f391d933
commit 781af6414e

View File

@@ -88,3 +88,6 @@ textarea:not([rows]) {
padding: 0;
}
[hidden] {
display: none;
}