reduce canvas size

This commit is contained in:
2026-04-09 18:44:05 -05:00
parent d365a92ac6
commit 66939367b7

View File

@@ -8,7 +8,7 @@
.canvas-ctr
width: 100%
height: 100vh
height: calc(100vh - 100px)
display: flex
flex-direction: column
flex-grow: 1