diff --git a/src/excalidraw-app/index.tsx b/src/excalidraw-app/index.tsx index 860437f3c..c13815f3c 100644 --- a/src/excalidraw-app/index.tsx +++ b/src/excalidraw-app/index.tsx @@ -696,6 +696,13 @@ const ExcalidrawWrapper = () => { /> ); }} + scrollConstraints={{ + x: 0, + y: 0, + width: 2560, + height: 1300, + opts: { lockZoom: true, viewportZoomFactor: 0.1 }, + }} >