You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.
I am using materializecss and I am trying to make an infinite scrolling inbox for messages.
Each message is an accordion that you can expand to read the message. If I scroll down to the bottom of the list with all the messages collapsed, the load more function never fires. On the other hand if I expand a message and scroll down it works perfectly. Also if I make the window small enough for the horizontal scroll bar to show up, it work then as well
At bottom of list never hit loadmore
Here is the same list when the horizontal scroll bar is showing. Note its has the same effect to expand a message.
As you can see this is a list inside a modal I can give you the basic html if needed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I might just need some structure help.
I am using materializecss and I am trying to make an infinite scrolling inbox for messages.
Each message is an accordion that you can expand to read the message. If I scroll down to the bottom of the list with all the messages collapsed, the load more function never fires. On the other hand if I expand a message and scroll down it works perfectly. Also if I make the window small enough for the horizontal scroll bar to show up, it work then as well
At bottom of list never hit loadmore
Here is the same list when the horizontal scroll bar is showing. Note its has the same effect to expand a message.
As you can see this is a list inside a modal I can give you the basic html if needed.
The text was updated successfully, but these errors were encountered: