Skip to content

Commit

Permalink
using relative units for scroll container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Jan 19, 2025
1 parent 0522713 commit 66661c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
&.communities.community-selection-modal {
.communities.communities-list-scroll-container {
max-height: 600px;
max-height: 50vh;
overflow-y: auto;
}
}
Expand Down

0 comments on commit 66661c2

Please sign in to comment.