diff --git a/src/excalidraw-app/index.tsx b/src/excalidraw-app/index.tsx index 18a74d10d..cd719e276 100644 --- a/src/excalidraw-app/index.tsx +++ b/src/excalidraw-app/index.tsx @@ -731,14 +731,6 @@ const ExcalidrawWrapper = () => { /> ); }} - scrollConstraints={{ - x: 0, - y: 0, - width: 2560, - height: 1300, - lockZoom: true, - viewportZoomFactor: 0.1, - }} >