I used css to make the boxzilla stick to top and now the keyboard dont push it so the fields become out of focus
@media screen and (max-width: 768px) {
.boxzilla-center-container .boxzilla { margin-top: 0 !important;
}
}
but it is not a good fix – in horzintal view the problem still occur and maybe also in smaller screens as I use iphone +
I hope there is a better fix for this