Fixed table height cutting off images
-
Hi Tobias,
I’m running into a bit of a strange issue. I’ve added some images to a table and they are getting cut off because of a fixed table height. You can scroll down in the table and see the images, but I want them to be visible without scrolling.
I added this CSS:
div.dataTables_scrollBody { height: 100%; }
and this fixed the problem….. 50% of the time. Literally I can refresh the page, and sometimes the images will be cut off and sometimes they will be visible.
Any idea what’s going on?
The site is not publicly available yet, but here are images of what’s happening to the table:
Cut off: https://tinypic.com/view.php?pic=259x5x3&s=5
Not cut off: https://tinypic.com/r/30m3i11/5
Thanks for your help!
- The topic ‘Fixed table height cutting off images’ is closed to new replies.