Skip to content

Commit 0dca219

Browse files
committed
BUGFIX: DebugUI un-clickable on zoom
Fixes #49
1 parent bc549cc commit 0dca219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DebugUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function DebugUI() {
4646
}
4747

4848
return (
49-
<div className="absolute left-[50vw] -translate-x-1/2 top-2.5 flex justify-center">
49+
<div className="absolute left-[50vw] -translate-x-1/2 top-2.5 flex justify-center z-30">
5050
<TooltipProvider>
5151
{simulation ? (
5252
<ButtonGroup>

0 commit comments

Comments
 (0)