소스 검색

fixed ios overscroll

FukkenShit 1 개월 전
부모
커밋
cb1445086e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {