baron
baron copied to clipboard
Horizontal scroll height
The situation is simple: clipper 100% height of the viewport + horizontal scroll.
https://github.com/Diokuz/baron/commit/a2fed6e0e070704c6a4d9888c145f88b8065968f
need tests
In FF (at least in OS X), the height of horizontal scroller keeps increasing on window resize . This worked with a help of impact: 'clipper'
. I think because of native scrollbar hiding mechanism FF can only work with impact: 'clipper'
in this case...