reactive-scroll-to-top
Reactive icon

Reactive Scroll To Top

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 December 2020 by 
2.5
 (2 ratings)
reactive-scroll-to-top

Reactive Scroll To Top

Details
Scroll to Top widget for Reactive Web Apps
Read more

This widget will scroll your pages back to the top.  Shows when the page is scrolled past a configurable cutoff point.  The button icon/content is also configurable.  Any further customization can be done by adding an extended class and overriding the default CSS.

Important Note:  For people using OutSystems UI v.2.5.9 (and possibly other versions) you need to add some CSS to your application theme in order to revert some issues with the pageYOffset value always being 0.  Add this CSS:

html {
    overflow-y:scroll;
}
.screen-container {
    overflow-y: initial;
    overflow-x:unset;
}

 

Release notes (1.0.0)
Reviews (0)
Team