Hello,
how do you guys fix an overflow hidden in iPad safari, it seems not working on me… I am hiding a scrollbar at the bottom…
thanks
Hello,
how do you guys fix an overflow hidden in iPad safari, it seems not working on me… I am hiding a scrollbar at the bottom…
thanks
If you’re trying to create scrolling divs then you’ll require iOS5 or higher, if you already have that, overflow-x:hidden!important;
Thanks… No luck I added it in body tag but still dont work
Add the following code to your HTML header
wpstrong saidAdd the following code to your HTML header
this works fine too