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
Let me know if you don't understand the issue, but briefly speaking it just does not work when parent has flex-direction: column-reverse. I'm developing chat and want scrolling region to stick to the bottom.
Documentation does not say anything about not supporting column-reverse.
This does not work when messages are dynamically added after first render. Size of iron-list becomes > 10000px and there are big vertical gaps between elements.
The text was updated successfully, but these errors were encountered:
We haven't looked into/supported the reverse scrolling use case, but generally you wouldn't need to have iron-scroll-threshold around iron-list (since iron-list already handles scroll events).
Let me know if you don't understand the issue, but briefly speaking it just does not work when parent has
flex-direction: column-reverse
. I'm developing chat and want scrolling region to stick to the bottom.Documentation does not say anything about not supporting
column-reverse
.This does not work when messages are dynamically added after first render. Size of
iron-list
becomes > 10000px and there are big vertical gaps between elements.The text was updated successfully, but these errors were encountered: