Skip to content

Commit 7e13ab1

Browse files
committed
Update style.css
1 parent a623c94 commit 7e13ab1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -2446,6 +2446,7 @@ label {
24462446
margin-bottom: 10px;
24472447
display: flex;
24482448
flex-direction: row;
2449+
pointer-events: all;
24492450
}
24502451
.notification-wrapper{
24512452
overflow: visible;
@@ -2499,6 +2500,7 @@ label {
24992500
right: 10px;
25002501
z-index: 1000;
25012502
padding-top: 30px;
2503+
pointer-events: none;
25022504
}
25032505

25042506
.notifications-close-all{
@@ -2519,6 +2521,9 @@ label {
25192521
.notifications-close-all:hover{
25202522
background-color: #dee1e3;
25212523
}
2524+
.notification-container.has-multiple{
2525+
pointer-events: all;
2526+
}
25222527
.notification-container.has-multiple:hover .notifications-close-all{
25232528
pointer-events: all;
25242529
opacity: 1 !important;

0 commit comments

Comments
 (0)