Browse Source

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

fix: disabled overscroll for iOS frontend
Tim Jaeryang Baek 1 month ago
parent
commit
0dc6220ae6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app.html

+ 1 - 0
src/app.html

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