disable overscroll behavior

This commit is contained in:
j 2025-01-22 11:57:37 +05:30
parent 570fa30d41
commit 168cdd691c

View file

@ -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;