Relative Content

Tag Archive for cssreactjstypescriptflexboxtailwind-css

How to make container scrollable but fill horizontally with React and Tailwind

I want a dashboard with a top and side bar and then the content in the middle. I want the content to be scrollable but I want it to fill the available height. The only issue is that when I try to fill the height it goes past the screen making the whole window scrollable and then is no longer scrollable itself. I have been reading its something to do with flex box but cannot tell. Im using React with typescript and Tailwindcss