How do we enable horizontal scroll for the tab element? The ‘headers’ should scroll horizontally but the ‘content’ should remain responsive and follow the margin of the parent div.
In this screenshot, the tabs inside the red container should scroll while the content inside the blue container should maintain the margin from the screen
I think you sre going to have to make the ehole Tab element wide to support scrolling and then limit each of the tab contents to be 100% of the viewport
This is a workaround and we should fix the tab element