Another attempt to fix the android scaling bug, likely the cause.

This commit is contained in:
2018-10-28 22:02:05 +11:00
parent 1e7de8a6b6
commit 29f82b9709

View File

@ -12,4 +12,6 @@
.c-app {
overflow-x: hidden;//Temporary until I find time to find the overflowing element
width: 100vw;
min-height: 100vh;
}