소스 검색

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

fix: disabled overscroll for iOS frontend
Tim Jaeryang Baek 8 달 전
부모
커밋
0dc6220ae6
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 {