fix: resolved filter overlapping issue by changing z-index (#23953)

This commit is contained in:
akash-dabhi-qed 2025-07-22 17:56:22 +05:30 committed by GitHub
parent 39b256a9a2
commit bf1a58757a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ export const FilterPopover = ({
const appliedFilter = displayedFilters.find((filter) => filter.name === modifiedData.name);
return (
<Popover.Content sideOffset={4}>
<Popover.Content sideOffset={4} style={{ zIndex: 499 }}>
<form onSubmit={handleSubmit}>
<Flex padding={3} direction="column" alignItems="stretch" gap={1} style={{ minWidth: 184 }}>
<Box>