Created on 23 December 2020
icon_unfollowing
Login to follow
reactive-scroll-to-top

Reactive Scroll To Top

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 December 2020 by 
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)
Category
User interface, Navigation
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Reactive Scroll To Top has no dependencies.
Application Objects
Reactive Scroll To Top has 0 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Asset consumers
No consumers yet.
Weekly downloads