Hi Rui,
I’ve been testing the issue in further depth. I’ve come across a solution. In my case I could fix the issue with the following css:
@media screen and (max-width: 1024px;){
html, body{
z-index: 0 !important;
overflow: scroll !important;
}
}
I’ve tested it in some browsers and all seems correct. And it fixes it for Chrome Android 40.0…
I hope it helps for a global Cardinal Fix. If so, as I’m a devoted Cardinal (I’ve bought the theme several times) and its not the first fix I help solving, you think I can get some cardinal for free or a discount in the Developer License? 🙂
Thanks!