Vaadin 7 Notification doesn't disappear when using Internet Explorer 11

Hi

​We show feedback to the user with


Notification.show(notificationMessage, notificationType);

which works fine on browsers such as Chrome or Firefox. On IE 11​ however the notification box just slightly fades out but never fully disappears.

​Is this a CSS/Styling issue? Anybody had this before?