Files
OpenCut/apps/web/src/app/editor/editor.css
2025-06-23 22:17:36 +03:00

4 lines
95 B
CSS

/* Prevent scroll jumping on Mac devices when using the editor */
body {
overflow: hidden;
}