This commit is contained in:
dwelle
2023-08-02 17:54:04 +02:00
parent 6711735b27
commit b0cdd00c2a
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -731,6 +731,13 @@ const ExcalidrawWrapper = () => {
/>
);
}}
scrollConstraints={{
x: 0,
y: 0,
width: 2560,
height: 1300,
lockZoom: true,
}}
>
<AppMainMenu
setCollabDialogShown={setCollabDialogShown}