fix?: ensure canvas position and block selection

This commit is contained in:
2026-06-01 15:38:26 -03:00
parent beff5e3265
commit c582d6b745
+6
View File
@@ -1,4 +1,10 @@
.canvas {
width: 100vw !important;
height: 100vh !important;
position: absolute;
top: 0;
left: 0;
outline: none;
user-select: none;
touch-action: none;
}