overflow:auto problems in Safari
when you've got an overflown div in a table it reserves the space for the full length div,even though it puts the scrollbars on correctly.
The solution? Put another div around it with the same height and overflow:hidden.
Boring I know, but nothing on google. I must seek a new career.
The solution? Put another div around it with the same height and overflow:hidden.
Boring I know, but nothing on google. I must seek a new career.