Parcourir la source

fixed ios overscroll

FukkenShit il y a 8 mois
Parent
commit
cb1445086e
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 {