Skip to content

Commit

Permalink
Use min-height for selector accommodation
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Dec 11, 2024
1 parent f069881 commit 151612c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,6 @@ export default {
<style>
.modal-with-selector {
overflow: initial;
height: 300px; /* To make room for the selector */
min-height: 300px; /* To make room for the selector */
}
</style>

0 comments on commit 151612c

Please sign in to comment.