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
For things on mobile, it can be helpful to cap the max-height of certain elements at 100% so the element does not overflow the page.
For example, height-fit would be useful for a box overlay of indeterminate height that you don't want to overflow the bottom of the viewport but instead want the inside of the box to scroll.
The text was updated successfully, but these errors were encountered:
For things on mobile, it can be helpful to cap the
max-height
of certain elements at100%
so the element does not overflow the page.For example,
height-fit
would be useful for a box overlay of indeterminate height that you don't want to overflow the bottom of the viewport but instead want the inside of the box to scroll.The text was updated successfully, but these errors were encountered: