mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
fix: resolved filter overlapping issue by changing z-index (#23953)
This commit is contained in:
parent
39b256a9a2
commit
bf1a58757a
@ -259,7 +259,7 @@ export const FilterPopover = ({
|
|||||||
const appliedFilter = displayedFilters.find((filter) => filter.name === modifiedData.name);
|
const appliedFilter = displayedFilters.find((filter) => filter.name === modifiedData.name);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover.Content sideOffset={4}>
|
<Popover.Content sideOffset={4} style={{ zIndex: 499 }}>
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
<Flex padding={3} direction="column" alignItems="stretch" gap={1} style={{ minWidth: 184 }}>
|
<Flex padding={3} direction="column" alignItems="stretch" gap={1} style={{ minWidth: 184 }}>
|
||||||
<Box>
|
<Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user