changed size of container div
This commit is contained in:
@@ -27,7 +27,7 @@ const ContextMenuContainer: FC<ContextMenuProps> = ({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={contextMenuRef}
|
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 }}
|
style={{ position: "absolute", top: y, left: x }}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user