mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
Merge pull request #1413 from cmdrgrunt/beta
Update main.css to fix over scroll behavior on mobile devices
This commit is contained in:
commit
318136f4eb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user