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?
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?
I get the same behaviour… any solution?
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);