blackbaud / skyux1

DEPRECATED This site contains the codebase for the AngularJS (1.x) implementation of the SKY UX framework. We no longer support this version of SKY UX, and we recommend that you use the latest version instead. https://developer.blackbaud.com/skyux/
MIT License
51 stars 68 forks source link

Pagination control and/or "load more" action covered by "Back to top action" #1079

Open vivekbatra opened 7 years ago

vivekbatra commented 7 years ago

Expected behavior I would expect that the load more button and pagination controls to be visible when scrolling to the bottom of the page regardless of the zoom level of the browser.

Actual behavior The load more button and pagination controls are hidden behind the "back to top" footer when you scroll to the bottom of the page.

Steps to reproduce

  1. Open the plunker
  2. Scroll to the bottom of the page and you will find the Load More link hidden behind the Back to top link.

Plunker http://plnkr.co/edit/LjVxXlaWa9h673p04Mos?p=preview

Notes It is true for pagination controls as well. This behavior was observed in all browsers when the font-size on the machine is set to 125% and only in Mozilla with normal font-size.

vivekbatra commented 7 years ago

This bug is similar to the one #679 .