fix(ui): filters dropdown zindex
This commit is contained in:
parent
6d5052a0ff
commit
e4ec766323
1 changed files with 2 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ const dropdownStyles = {
|
|||
left: 0,
|
||||
minWidth: 'fit-content',
|
||||
overflow: 'hidden',
|
||||
zIndex: 100,
|
||||
}),
|
||||
container: (provided: any) => ({
|
||||
...provided,
|
||||
|
|
@ -85,4 +86,4 @@ function FilterOperator(props: Props) {
|
|||
);
|
||||
}
|
||||
|
||||
export default FilterOperator;
|
||||
export default FilterOperator;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue