You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you trigger a tooltip on the page right before opening a dialog, the z-index of the dialog is set to a value higher than the z-index of notifications (> 1000).
Any notification opened inside the dialog is hidden behind it because of this.
Expected outcome
Tooltips (or any other overlay) shouldn't cause dialogs to be rendered over notifications.
Description
If you trigger a tooltip on the page right before opening a dialog, the z-index of the dialog is set to a value higher than the z-index of notifications (> 1000).
Any notification opened inside the dialog is hidden behind it because of this.
Expected outcome
Tooltips (or any other overlay) shouldn't cause dialogs to be rendered over notifications.
Minimal reproducible example
tooltip-dialog-test.zip
Steps to reproduce
=> Notification is hidden behind dialog
Environment
Vaadin version(s): 24.5.5
OS: Windows 11
Browsers
Chrome, Firefox
The text was updated successfully, but these errors were encountered: