changed size of container div

This commit is contained in:
2024-08-31 20:12:53 +00:00
parent bebf885de8
commit f9a35ef28d

View File

@@ -27,7 +27,7 @@ const ContextMenuContainer: FC<ContextMenuProps> = ({
return (
<div
ref={contextMenuRef}
className="bg-secondary text-secondary-content p-2 mx-0 rounded-md cursor-pointer w-80"
className="bg-secondary text-secondary-content p-2 mx-0 rounded-md cursor-pointer w-60"
style={{ position: "absolute", top: y, left: x }}
>
<div