Skip to content

Commit c0397c3

Browse files
authored
fix(ui): increase z-index of ReactSelect (#8735)
Fixes #8728 Before: <img width="698" alt="Screenshot 2024-10-16 at 15 28 55" src="https://github.com/user-attachments/assets/eee45448-5e97-4c2a-bbe3-727c41ed9b08"> After: <img width="509" alt="Screenshot 2024-10-16 at 15 29 27" src="https://github.com/user-attachments/assets/7e0a2af6-71be-41e7-ad84-4ae3bcece9b6">
1 parent 08251ec commit c0397c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ui/src/elements/ReactSelect/index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
}
77

88
.react-select {
9+
&:focus-within {
10+
z-index: 3;
11+
}
912
.rs__control {
1013
@include formInput;
1114
height: auto;

0 commit comments

Comments
 (0)