Skip to content

Commit 31da67f

Browse files
authored
Increase z-index of Select Dropdown element
1 parent 5d7cc23 commit 31da67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/common/Select/Select.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const OptionList = styled.ul`
8181
line-height: 18px;
8282
color: ${({ theme }) => theme.select.color.normal};
8383
overflow-y: auto;
84-
z-index: 10;
84+
z-index: 12;
8585
max-width: 300px;
8686
min-width: 100%;
8787
align-items: center;

0 commit comments

Comments
 (0)