Adaptive Height Component
complete
S
Simon Zhang
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.
Dmitry Nehaychik
complete
Dmitry Nehaychik
in progress
A
Admin
Also for the modal heigth this would be desirable. It looks really stupid if the buttons end up being displayed in the middle of the window or even worse in a scroll frame.
G
Grax
Admin The modal component actually does provide adaptive/auto height!
J
John
Just giving this ability to the Container component would be great. Then I think we could put any component inside the container; the container's height would be set to "adaptive" and the inner component's height would be set to auto.
Dmitry Nehaychik
planned