Update main.css to fix over scroll behavior on mobile devices

This commit is contained in:
cmdrgrunt 2023-07-15 03:03:28 -04:00 committed by GitHub
parent c5a06eedbc
commit 5344cb9723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
html {
position: relative;
overscroll-behavior-y: none;
}
body {
@ -12,7 +13,6 @@ body {
font-size: 11pt;
background-color: var(--background-color1);
color: var(--text-color);
overscroll-behavior-y: contain;
}
a {
color: var(--link-color);