m-drawer icon indicating copy to clipboard operation
m-drawer copied to clipboard

scroll events do not fire

Open jayjaydluffy opened this issue 9 years ago • 1 comments

The package is all I need for my desktop web app project. However I found out that the scroll events I coded and working beforehand are not firing anymore. The events are (1) incremental subscription or simply showing more results, if there are, when user reaches the bottom of the list and (2) adding a "scroll to top" button when user begin scrolling away from the top.

I found out that the body no longer has height after the component is rendered. I think that's the reason why scrolling in (window) is not available, isn't that?

Please advise. Thanks.

jayjaydluffy avatar Jan 31 '17 23:01 jayjaydluffy

Try to set height and see if it can be resolved ?

warmhug avatar Feb 03 '17 07:02 warmhug