Skip to content

Commit

Permalink
fix: fixed height
Browse files Browse the repository at this point in the history
  • Loading branch information
andraasi committed Mar 4, 2025
1 parent 339a484 commit 8c5440b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@
.section-2 {
border-top: 1px solid var(--kup-border-subtle);
box-sizing: border-box;
min-height: 180px;
height: fit-content;
max-height: 280px;
height: 200px;
opacity: 1;
overflow: auto;
transition: height 250ms ease-out, opacity 250ms ease-out;
Expand Down

0 comments on commit 8c5440b

Please sign in to comment.