Skip to content

Commit da729d8

Browse files
wackerowpettinarip
andauthored
Update src/components/Simulator/NotificationPopover.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent 730f64e commit da729d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Simulator/NotificationPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const NotificationPopover: React.FC<IProps> = ({
3838
fontSize="xs"
3939
{...restProps}
4040
>
41-
<Flex gap={2} zIndex={100000000}>
41+
<Flex gap={2}>
4242
<PopoverHeader fontWeight="bold" mb={2} flex={1} mt={0.5}>
4343
{title || ""}
4444
</PopoverHeader>

0 commit comments

Comments
 (0)