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>
Steps to reproduce
Add the snippet to the HTML page
Ensure footer slot content is present
Observe the overflow
Environment
Vaadin version(s): 24.7
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered:
Description
Originally reported at #8233 (review)
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
Steps to reproduce
Environment
Vaadin version(s): 24.7
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: