feat: set fixed dimensions for canvas world to enhance layout stability

This commit is contained in:
David Montero Crespo 2026-03-07 02:17:22 -03:00
parent e81235e086
commit 10a1547060
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@
top: 0;
left: 0;
transform-origin: 0 0;
width: 4000px;
height: 3000px;
}
/* ── Components area ─────────────────────────────── */