We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReactSelect
1 parent 08251ec commit c0397c3Copy full SHA for c0397c3
packages/ui/src/elements/ReactSelect/index.scss
@@ -6,6 +6,9 @@
6
}
7
8
.react-select {
9
+ &:focus-within {
10
+ z-index: 3;
11
+ }
12
.rs__control {
13
@include formInput;
14
height: auto;
0 commit comments