fix: remove collapse-content cutoff (#1352)

This commit is contained in:
Beer van der Drift 2022-11-14 10:26:01 +01:00 committed by GitHub
parent 662ce0ec3f
commit cbeaa60242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@
.collapse:not(.collapse-close)
input[type="checkbox"]:checked
~ .collapse-content {
max-height: 9000px;
max-height: none;
}