Skip to content

Commit

Permalink
Use chunkY for left cube face
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed May 22, 2023
1 parent b0bc7dc commit 3533421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonValidator/MultiscaleArrays/ZarrArray/Cube3D.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
rgba(70, 70, 70, 0.7) 0px,
rgba(70, 70, 70, 0.7) 1px,
transparent 1px,
transparent var(--chunkX)
transparent var(--chunkY)
),
repeating-linear-gradient(
90deg,
Expand Down

0 comments on commit 3533421

Please sign in to comment.