changed size of container div
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user