From 168cdd691c5953cedc5dd67371c770ed89d5e5a3 Mon Sep 17 00:00:00 2001 From: j <j@mailb.org> Date: Wed, 22 Jan 2025 11:57:37 +0530 Subject: [PATCH] disable overscroll behavior --- source/UI/css/UI.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/UI/css/UI.css b/source/UI/css/UI.css index c13be065..2b29ba4e 100644 --- a/source/UI/css/UI.css +++ b/source/UI/css/UI.css @@ -16,6 +16,9 @@ a:hover, .OxLink:hover { blockquote { margin: 0 1.5em 0 1.5em; } +html, body { + overscroll-behavior: none; +} body { margin: 0; cursor: default;