Actions
Bug #7617
closedNo auto scroll since rudder 3.0
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - UI & UX
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In Rudder 3.0 we put rudder content in fluid container (with overflow auto), contrary to before where overflow was managed by body/html tag
All scrolls were made on body/html with jquery black magic, which was ok at this time. but now we need to scroll the container div
Adding a second parameter to define the container will fix this issue
Actions