Skip to content

Commit a688735

Browse files
authored
fix: keep stretch regions always on top of other regions (#9895)
1 parent 5a25d89 commit a688735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/notification/src/styles/vaadin-notification-container-base-styles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ export const notificationContainerStyles = css`
5151
5252
[region='top-stretch'] {
5353
grid-row: 1;
54+
z-index: 2;
5455
--vaadin-notification-width: 100%;
5556
}
5657
5758
[region='bottom-stretch'] {
5859
grid-row: 3;
60+
z-index: 2;
5961
--vaadin-notification-width: 100%;
6062
}
6163

0 commit comments

Comments
 (0)