Skip to content

Commit 9d60bcb

Browse files
committed
Increase z-index of Select Dropdown element
1 parent 83b5a60 commit 9d60bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kafka-ui-react-app/src/components/common/Select/Select.styled.ts

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

0 commit comments

Comments
 (0)