I'm building an iPad web app and I have two columns. In the right column, I use a table with a bunch of rows. I wish to have one specific row have a bunch of images that the user can scroll through horizontally. I keep trying to set the overflow attribute to scroll-x, but it isn't working. I can't figure out which overflow and width parent setting is overriding it.
Here's a Fiddle. Essentially, I want the right section to remain 40% width, and have the "Next Patients" be scrollable to the left and right. I don't want the "Next Patients" section to force a larger width of the right gutter.