feat: set fixed dimensions for canvas world to enhance layout stability
This commit is contained in:
parent
e81235e086
commit
10a1547060
|
|
@ -168,6 +168,8 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
|
width: 4000px;
|
||||||
|
height: 3000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Components area ─────────────────────────────── */
|
/* ── Components area ─────────────────────────────── */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue