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
Setting fixed height on the vaadin-card with overflowing content causes it to break:
While setting overflow: auto helps with content overflow, the footer would still end up behind the content.
Expected outcome
Expected the content to not overflow.
Minimal reproducible example
<vaadin-cardstyle="max-height: 150px; max-width: 200px;"><div>Lapland is the northern-most region of Finland and an active outdoor destination.</div><vaadin-buttonslot="footer" tabindex="0" role="button">Book Vacation</vaadin-button></vaadin-card>