Merge pull request #16653 from FukkenShit/ios-overscroll-fix

fix: disabled overscroll for iOS frontend
This commit is contained in:
Tim Jaeryang Baek 2025-08-16 23:59:42 +04:00 committed by GitHub
commit 0dc6220ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,6 +167,7 @@
<style type="text/css" nonce=""> <style type="text/css" nonce="">
html { html {
overflow-y: hidden !important; overflow-y: hidden !important;
overscroll-behavior-y: none;
} }
#splash-screen { #splash-screen {