Prevent grid info from blocking drag

This commit is contained in:
Max Goodhart
2026-01-25 23:29:44 -08:00
parent ef3cd886ef
commit 3759273a16

View File

@@ -1468,6 +1468,7 @@ const StyledGridInfo = styled.div`
text-align: center;
padding: 8px;
border-radius: 16px;
pointer-events: none;
z-index: 1000; /* Keep above grid inputs */
`