-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
Description
Description
If you give <vaadin-details> an explicit height that is smaller than the content, the content overflows without a scrollbar.
Expected outcome
I would expect the content area to become scrollable.
Minimal reproducible example
<vaadin-details summary="Details 1" opened style="height: 50px;">
<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cum iste ex provident accusamus laudantium omnis, perspiciatis
illo neque minus excepturi, laborum alias aperiam officiis vero aut quas esse laboriosam corrupti.</div>
</vaadin-details>Reactions are currently unavailable