mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): set high z-index on react-select dropdown menu
It's currently 1 which is the same as buttons on the calendar picker used in the silence form, dropdown needs to have higher value
This commit is contained in:
@@ -76,6 +76,10 @@ const ReactSelectStyles = {
|
||||
borderTopRightRadius: "0.25rem",
|
||||
borderBottomRightRadius: "0.25rem"
|
||||
}),
|
||||
menu: (base, state) => ({
|
||||
...base,
|
||||
zIndex: 100
|
||||
}),
|
||||
option: (base, state) => ({
|
||||
...base,
|
||||
color: "inherit",
|
||||
|
||||
Reference in New Issue
Block a user