You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Flexbox for laying out the cards. The problem is it uses ratios by default. In case app dev wants to allow vertical scrolling, the cards still shrink and try to occupy viewport only. The solution to this is setting explicit heights to every row in order to enforce vertical scrollbars. This hurts DX a bit.
I propose setting reasonable defaults for min-height (and maybe also for min-width if makes sense) in order to simplify this usecase a bit.
This discussion was converted from issue #384 on March 19, 2021 04:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We use Flexbox for laying out the cards. The problem is it uses ratios by default. In case app dev wants to allow vertical scrolling, the cards still shrink and try to occupy viewport only. The solution to this is setting explicit heights to every row in order to enforce vertical scrollbars. This hurts DX a bit.
I propose setting reasonable defaults for min-height (and maybe also for min-width if makes sense) in order to simplify this usecase a bit.
Let's use this issue for discussion - @lo5 @geomodular.
Beta Was this translation helpful? Give feedback.
All reactions