disable overscroll behavior
This commit is contained in:
parent
570fa30d41
commit
168cdd691c
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ a:hover, .OxLink:hover {
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0 1.5em 0 1.5em;
|
margin: 0 1.5em 0 1.5em;
|
||||||
}
|
}
|
||||||
|
html, body {
|
||||||
|
overscroll-behavior: none;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue