Skip to content

Commit

Permalink
Fix position of select options div
Browse files Browse the repository at this point in the history
  • Loading branch information
beque committed Oct 11, 2024
1 parent f19482b commit 87dc96a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}

.chemotion-select {
position: relative;
&.is-invalid {
.chemotion-select__control, .chemotion-select__control:hover {
border-color: $danger;
Expand Down Expand Up @@ -88,6 +89,7 @@

&__value-container {
@extend .gap-1;
@extend .d-flex;
}

&__single-value .badge {
Expand Down

0 comments on commit 87dc96a

Please sign in to comment.