Parcourir la source

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

fix: disabled overscroll for iOS frontend
Tim Jaeryang Baek il y a 8 mois
Parent
commit
0dc6220ae6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {