Skip to content

Commit

Permalink
Closes #511
Browse files Browse the repository at this point in the history
- Added grid to Canvas.
  • Loading branch information
jsanzdev committed Dec 11, 2024
1 parent 85317a4 commit e3f6663
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pods/canvas/canvas.pod.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
grid-area: canvas;
width: 100%;
overflow: auto;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.1) 1px,
transparent 1px
),
linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 40px 40px; /* Adjust size of grid cells */
}

0 comments on commit e3f6663

Please sign in to comment.