Widget menu in error boundary (#979)

This commit is contained in:
Manuel
2023-05-29 00:24:22 +02:00
committed by GitHub
parent 173b40684c
commit a54f03df1f
5 changed files with 87 additions and 71 deletions

View File

@@ -26,7 +26,15 @@ export const GenericTileMenu = ({
return (
<Menu withinPortal withArrow position="right">
<Menu.Target>
<ActionIcon size="md" radius="md" variant="light" pos="absolute" top={8} right={8}>
<ActionIcon
size="md"
radius="md"
variant="light"
pos="absolute"
top={8}
right={8}
style={{ zIndex: 1 }}
>
<IconDots />
</ActionIcon>
</Menu.Target>