This commit is contained in:
Pouya Saadeghi 2022-11-14 12:27:43 +03:00
commit c5b6914782
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;
}