Changed overflow to initial, this fixes the windowing effect on WebKit iOS devices

This commit is contained in:
JPyke3 2020-10-15 08:46:23 +02:00
commit c309cc3d37

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;