Skip to content

Commit

Permalink
FE: Fix white dot on the "Key Serde" dropdown (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
sierikov authored May 20, 2024
1 parent 0544de6 commit 19e95fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Select/Select.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const OptionList = styled.ul`
line-height: 18px;
color: ${({ theme }) => theme.select.color.normal};
overflow-y: auto;
z-index: 10;
z-index: 12;
max-width: 300px;
min-width: 100%;
align-items: center;
Expand Down

0 comments on commit 19e95fe

Please sign in to comment.