I am having an issue with the last three or so entries of my tables being hidden on mobile, most notably iOS. I have researched this css bug and seen multiple solutions. The issue is that this scrolling option seems to be set on about every html element in the routes displaying tables, unlike in the posts with solutions. The solutions I have tried are:
- -webkit-transform: translateZ(0px);
- position: static;
Those were taken from this post: CSS3 property webkit-overflow-scrolling:touch ERROR
This is the site with the issue http://ec2-54-175-36-237.compute-1.amazonaws.com/#/Results
That link has a table on it, again, pretty much iOS specific. Thanks for the help.