7.4.0 notification bottom center on chrome

Hi,
When I use a Notification “.BOTTOM_CENTER” on chrome the notification popup expand from top to bottom taking up the entire screen. When I open it up in firefox and IE it works fine and show up on bottom center.

Notification notif = new Notification(“!Test”,
“Test Notification.”,Type.ERROR_MESSAGE);
notif.setHtmlContentAllowed(true);
notif.setPosition(Position.BOTTOM_CENTER);
notif.setDelayMsec(-1);
notif.show(Page.getCurrent());

Anyone else seeing this?

Same problem here using the valo demo (http://demo.vaadin.com/valo-theme/#!common)

Yeah, definitely happening. Seems like some bug in the latest Chrome. Hopefully gets fixed automatically with the next auto-update, but we should investigate if this has been reported already to the Chrome team.