diff --git a/src/App.less b/src/App.less index 5d05133..4da8d9d 100644 --- a/src/App.less +++ b/src/App.less @@ -9,6 +9,10 @@ body { overflow: hidden; } +html, body { + overscroll-behavior-x: none; +} + .border-right { border-right-width: 1px; border-right-color: @border-color-split;