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

LTechLTech Posts: 5Questions: 2Answers: 1

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

  • LTechLTech Posts: 5Questions: 2Answers: 1

    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.

  • LTechLTech Posts: 5Questions: 2Answers: 1
    Answer ✓

    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

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Nice, thanks for reporting back the solution,

    Colin

Sign In or Register to comment.