Skip to content

Commit

Permalink
fix: select box not working when modal is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed Dec 18, 2024
1 parent 5699af6 commit 3c7c081
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
}

.select-options {
@apply pointer-events-auto;
@apply py-1.5 bg-white rounded-md border shadow-sm;
@apply absolute mt-1.5 left-0 w-full z-10 overflow-y-auto;
max-height: 200px;
Expand Down

0 comments on commit 3c7c081

Please sign in to comment.