Skip to content

fix check scroll

Jonas Sulzer requested to merge fixCheckScroll into master

hopefully once for all...(remarked this during testing of !49 (merged) in different browsers)
the problem was that thanks to the new overflow-container-thingy clientHeight always returned the same value as window.innerHeight and also the now used scrollHeight still returns always at least the same value as window.innerHeight so I'm comparing it with <=...
please test and merge @jeanggi90

Merge request reports