pull-to-refresh on android needs this field in the body

This commit is contained in:
cmdr2 2023-07-15 13:01:08 +05:30
parent 318136f4eb
commit 17c9d9b447

View File

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