I am using a responsive table that is in between a fixed navbar at the top of the screen, and another fixed to the bottom of it (my footer)
You can see it here (by visualization I have not done a fiddle).
If you shrink the width of the screen (to 900px for example) and then in the table go down, you can see the horizontal scroll at the end of the table.
I need that horizontal scroll is always visible, for that it would be optimal to always see it on my footer , regardless of whether I'm at the beginning, middle or end of the table.
I have tried what they say in this post, but it does not work for me because of the structure of my page.
Thank you.
EDIT : The footer I already have must remain there as it is, always visible at the bottom of the screen. Ideally, the horizontal scroll should do the same and always be on the footer.