aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-04-21 16:47:32 +0300
committerGravatar Vitaly Takmazov2023-04-21 16:56:10 +0300
commit4a251d9b86835e01958313192807de46fb9860e7 (patch)
tree9566c611c7ba99153125acc9738ee155f97cbe38 /src/main/assets
parent26138667ffd9c5e2b11ace8ec7c2d977e0c43d2e (diff)
Allow Y overscroll
Diffstat (limited to 'src/main/assets')
-rw-r--r--src/main/assets/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css
index 156a0574..a714388f 100644
--- a/src/main/assets/style.css
+++ b/src/main/assets/style.css
@@ -50,7 +50,8 @@ html,
body {
width: 100%;
height: 100%;
- overscroll-behavior-y: none;
+ overscroll-behavior-x: none;
+ overscroll-behavior-y: auto;
}
body {