Skip to content

Commit

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

0 comments on commit f069881

Please sign in to comment.