mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
✨ Widget menu in error boundary (#979)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user