fails in firefox, ie and safari?
double scrollbar? this is the first code I've ever seen that works in chrome that fails in firefox.
Here is what it does in IE http://screencast.com/t/g2hXBJjn1
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
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; }