Simply added "overflow-x :hidden;", which seems to fix the issue for me locally.
@@ -375,6 +375,7 @@ big {
--------------------------------------------------------------*/
html {
box-sizing: border-box;
+ overflow-x: hidden;
}
*,