Skip to content

Commit

Permalink
fix: #1261
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 20, 2022
1 parent 58d3372 commit 3db1b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/unstyled/collapse.css
@@ -1,5 +1,8 @@
.collapse.collapse {
@apply visible;
}
.collapse {
@apply relative grid overflow-hidden visible;
@apply relative grid overflow-hidden;
}
.collapse-title,
.collapse > input[type="checkbox"],
Expand Down

0 comments on commit 3db1b18

Please sign in to comment.