Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollbar is not activated when the 2nd last entry is split across two lines and thee min-scroll-bar-length is set #331

Open
ehsans opened this issue Jan 11, 2022 · 0 comments

Comments

@ehsans
Copy link

ehsans commented Jan 11, 2022

Replication Steps:

  • Create a list with 10 entries
  • Ensure that the 2nd last entry is split across two lines

Issue: Notice that the last entry is not shown unless you press the mouse wheel. This is not reproducible if the 2nd last entry was not split across two lines.

Component configuration:
perfect-scrollbar ng-style="{height: vm.resizeSharedViewsList(vm.allSharedEntries.length)}" id="scroller" class="scroller" wheel-propagation="true" wheel-speed="1" min-scrollbar-length="33">
<li class="list-group-item" ng-repeat="x in entries" ng-init="$last && vm.updateScrollbar()">
<span>{{x}}</span>
</li>
</perfect-scrollbar>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant