diff options
author | Vitaly Takmazov | 2023-04-21 16:47:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-21 16:56:10 +0300 |
commit | 4a251d9b86835e01958313192807de46fb9860e7 (patch) | |
tree | 9566c611c7ba99153125acc9738ee155f97cbe38 /src | |
parent | 26138667ffd9c5e2b11ace8ec7c2d977e0c43d2e (diff) |
Allow Y overscroll
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assets/style.css | 3 |
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 { |