Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Dashboard Demo with Vaadin 7.6.0
Hi,
if I run the dashboard demo with the new vaadin 7.6.0 the main menu get a scrollbar.
With vaadin 7.5.10 it was ok.
Does anyone have any idea what has changed?
Last updated on
I have comment out line 152 in DashboardMenu.java. Now it works for me.
private Component buildMenuItems() {
CssLayout menuItemsLayout = new CssLayout();
menuItemsLayout.addStyleName("valo-menuitems");
// menuItemsLayout.setHeight(100.0f, Unit.PERCENTAGE);
Last updated on
+1
You cannot reply to this thread.