Skip to content

Commit 19e95fe

Browse files
authored
FE: Fix white dot on the "Key Serde" dropdown (#395)
1 parent 0544de6 commit 19e95fe

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)