diff --git a/src/index.css b/src/index.css index e504724b..e2fc8a2a 100644 --- a/src/index.css +++ b/src/index.css @@ -33,6 +33,11 @@ user-select: none; } + body, + html { + overscroll-behavior-y: none; + } + .clickable { cursor: pointer; transition: background-color 0.2s ease;