Search code examples
javascriptscroller

How to determine when scroller in browser appear


I am using resize event, but when scroller appear - it change window size, but event is not called.


Solution

  • You have to check if the content height is higher than the inner height of the browser. Unfortunately, there is no event listener for scrollbar being added...