OpenCut/apps/web/src/app/editor/editor.css

4 lines
95 B
CSS

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