Here is my SSCCE, and in order to use the HORIZONTAL scrollbar, one needs to vertically scroll to the bottom of page/container so that the horizontal scrollbar becomes visible (i.e. it is scrolled into the viewport by vertical scrolling) and the user can use it.
I need the horizontal scrollbar to be FIXED, so that it is always visible, no matter what the position of the vertical scrollbar is.
IMPORTANT:
Now I have seen this and this, but the thing is that I can not give a fixed height to .tab-container
, because that gives VERTICAL scroll bar to the table (inside the margins-on-sides), but I need the Vertical scrollbar to be at the right edge of the page (and not at the right edge of the table), the way it currently is. That is the real challenge here.