Skip to content

Commit

Permalink
fix: svg overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Sep 20, 2024
1 parent 8f6478c commit c4696ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/isometric-handler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const IsometricHandler = ({ svg }: Props) => {
return (
<div
ref={containerRef}
className="w-full overflow-visible"
className="w-full [&>svg]:overflow-visible"
>
{svg}
</div>
Expand Down

0 comments on commit c4696ad

Please sign in to comment.