Currently the width is adaptive to screen width. Is it possible to adapt height for card, tab, stepper,table etc.
The usecase is that in some pages we are showing only a table, if the screen is smaller than design, you can see the entire table component, and you would have two scrolls, a page scroll and a table scroll.
If the table component can be fixed on ratio of height to the container (page or tab or stepper), then we can avoid this issue.