Merge pull request #3816 from JPyke3/webkit-overflow-fix

Fix WebKit windowing effect
This commit is contained in:
Jamie 2020-10-26 16:56:48 +00:00 committed by GitHub
commit 100336b3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
html, html,
body { body {
min-height: 100vh; min-height: 100vh;
overflow: auto; overflow: initial;
scrollbar-color: #616161 #303030; //firefox scrollbar-color: #616161 #303030; //firefox
scrollbar-width: thin; //firefox scrollbar-width: thin; //firefox
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;