diff --git a/src/components/dice/DiceInteraction.tsx b/src/components/dice/DiceInteraction.tsx index 416acae..2b66656 100644 --- a/src/components/dice/DiceInteraction.tsx +++ b/src/components/dice/DiceInteraction.tsx @@ -192,7 +192,12 @@ function DiceInteraction({ }} ref={containerRef} > - + - + ( - + ( (null); const [containerSize, setContinerSize] = useState({ width: 0, height: 0 }); function handleContainerResize(width?: number, height?: number) { if (width && height) { @@ -76,11 +77,13 @@ function TilesOverlay({ modalSize, children }: TilesOverlayProps) { top: 0, }} bg="overlay" + ref={containerRef} /> - +