Skip to content

Commit

Permalink
fix: remove collapse-content cutoff (saadeghi#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderdrift committed Nov 14, 2022
1 parent 45e3df1 commit d335e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/collapse.css
Expand Up @@ -21,5 +21,5 @@
.collapse:not(.collapse-close)
input[type="checkbox"]:checked
~ .collapse-content {
max-height: 9000px;
max-height: none;
}

0 comments on commit d335e68

Please sign in to comment.