Another attempt to fix the android scaling bug, likely the cause.
This commit is contained in:
@ -12,4 +12,6 @@
|
|||||||
|
|
||||||
.c-app {
|
.c-app {
|
||||||
overflow-x: hidden;//Temporary until I find time to find the overflowing element
|
overflow-x: hidden;//Temporary until I find time to find the overflowing element
|
||||||
|
width: 100vw;
|
||||||
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user