i my Vaadin- 8 project i have Panel class in vaadin - 24 which component is suitable to get same result
If you’re looking for the scrollbar/overflow behavior, you can use Scrollable for that. If you just want the beveled edges, you can do that with a Div and a little CSS.
1 Like
There are nice predefined styles for borders, drop shadow etc. in LumoUtility which can be used here as well.