4 lines
95 B
CSS
4 lines
95 B
CSS
/* Prevent scroll jumping on Mac devices when using the editor */
|
|
body {
|
|
overflow: hidden;
|
|
} |