FixedHeader forces page scroll to top when scrolling down
FixedHeader forces page scroll to top when scrolling down
When using the fixedHeader plugin, if all the rows total height is slightly more than the total height of the browser viewport, it becomes almost impossible to scroll down to the bottom and the scroll bar shoots back to the top when the fixedheader appears.
I have created an example, please open the output into a full tab window to see the effect.
I am using firefox at 1080p.
Link to example code: http://live.datatables.net/muvideli/1/edit
Link to example output: http://live.datatables.net/muvideli/1
Any help is greatly appreciated.
Answers
I did search but couldn't find anything until now.
Looks like an issue with Bootstrap 5.
https://datatables.net/forums/discussion/comment/212195/#Comment_212195
When converting the project to BS4, the issue seems to be resolved.