couraud

Results 3 comments of couraud

+1 I found this happening too, on an iPad Mini 2 running iOS 8.3. It causes all kinds of odd scrolling issues.

Hi, just wondered if anyone has got any further with this? I'd like to have ago but I'm not sure what steps are involved. Presumably it's a change to PostBuild...

I had the same requirement and fixed it in this way: Changed all occurences of `.css('visibility', 'hidden')` to `.addClass('row-hidden')` Also changed `.css('visibility', '')` to `.removeClass('row-hidden')` Added this to the LESS...