I\'m trying to stop a table that has width explicitly declared from overflowing outside of its parent div. I presume I can do this in some way using max-w
div
max-w
overflow-x: auto; overflow-y : hidden;
Apply the styling above to the parent div.