Explorar el Código

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

fix: disabled overscroll for iOS frontend
Tim Jaeryang Baek hace 8 meses
padre
commit
0dc6220ae6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {