We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b5a60 commit 9d60bcbCopy full SHA for 9d60bcb
kafka-ui-react-app/src/components/common/Select/Select.styled.ts
@@ -81,8 +81,8 @@ export const OptionList = styled.ul`
81
line-height: 18px;
82
color: ${({ theme }) => theme.select.color.normal};
83
overflow-y: auto;
84
- z-index: 10;
85
- max-width: 300px;
+ z-index: 12;
+ max-width: 300px;s
86
min-width: 100%;
87
align-items: center;
88
& div {
0 commit comments