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
Trying to use ng-scrollbar inside mat-select and detect scrolling to the end. After adding (reachedBottom) directive, viewport height starting to be with height: 0 and you don't see the options inside and can't scroll. When deleting (reachedBottom) directive, problem disappears.
What are you trying to do?
Trying to use
ng-scrollbar
insidemat-select
and detect scrolling to the end. After adding(reachedBottom)
directive, viewport height starting to be withheight: 0
and you don't see the options inside and can't scroll. When deleting(reachedBottom)
directive, problem disappears.Reproduction
Stackblitz example
Environment
Maybe anyone have some thoughts how to fix it? Or something done wrong in the reproduction
The text was updated successfully, but these errors were encountered: