css-tables-demo icon indicating copy to clipboard operation
css-tables-demo copied to clipboard

fails in firefox, ie and safari?

Open scottobear opened this issue 10 years ago • 3 comments

double scrollbar? this is the first code I've ever seen that works in chrome that fails in firefox.

scottobear avatar Oct 08 '15 14:10 scottobear

Here is what it does in IE http://screencast.com/t/g2hXBJjn1

astcode avatar Nov 30 '15 03:11 astcode

it works nicely once you add width: -moz-fit-content; to the .scrolltable > .body. @scottobear @astcode try sending the css through https://autoprefixer.github.io/ fixes it for all platforms

patrickdet avatar Mar 16 '16 22:03 patrickdet

Anyone get this to work in IE? I still get double scrollbars.

.scrolltable > .body { overflow-y: scroll; width: fit-content; width: -webkit-fit-content; width: -moz-fit-content; width: -ms-fit-content; width: -o-fit-content; flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; }

TheBASA avatar Jun 23 '16 19:06 TheBASA