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
We have the following template and the problem is that the b-list-group can be scrolled, however, the scrollbar is not being displayed. We use VuePerfectScrollbar in other components and there as the user scrolls up or down the bar is displayed.
convertedBids is a computed property which gets emptied and then refilled every time the data is changed.
The only way I can display the scrollbar is if I change either maxScrollbarLength or minScrollbarLength. However, the next time the user refreshes the page the bar disappears.
Any ideas why this could be happening would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
We have the following template and the problem is that the
b-list-group
can be scrolled, however, the scrollbar is not being displayed. We useVuePerfectScrollbar
in other components and there as the user scrolls up or down the bar is displayed.Here are the settings:
convertedBids
is a computed property which gets emptied and then refilled every time the data is changed.The only way I can display the scrollbar is if I change either
maxScrollbarLength
orminScrollbarLength
. However, the next time the user refreshes the page the bar disappears.Any ideas why this could be happening would be greatly appreciated.
The text was updated successfully, but these errors were encountered: