Merge pull request #1413 from cmdrgrunt/beta

Update main.css to fix over scroll behavior on mobile devices
This commit is contained in:
cmdr2 2023-07-15 12:49:38 +05:30 committed by GitHub
commit 318136f4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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