🐛 Auto scroll X behavior outside of editor

Closes #440
This commit is contained in:
Baptiste Arnaud
2023-04-17 15:41:48 +02:00
parent f8a76f98b9
commit 928afd5a6c
2 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
html,
body {
.disable-scroll-x-behavior {
overscroll-behavior-x: none;
}