Mobile only -Cant scroll to rest of page content after table with FixedHeader
Mobile only -Cant scroll to rest of page content after table with FixedHeader
LTech
Posts: 5Questions: 2Answers: 1
in FixedHeader
When using FixedHeader ext with bootstrap 4 I can't scroll past the table to the rest of the page content. This is only happening on smaller devices (android in this case, using chrome browser). I removed the extension to be sure that is what is causing the issue. Just setting the "fixedHeader": false didn't change anything, had to remove the js & css from the project.
This question has an accepted answers - jump to answer
Answers
Another clue - if the table is short and i can see part of the accordion below and expand one node then i am able to scroll.
Fixed. If I remove the table-responsive the surrounding div and instead place it on the table tag class as class=table table-responsive it works
Nice, thanks for reporting back the solution,
Colin