We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a623c94 commit 7e13ab1Copy full SHA for 7e13ab1
src/css/style.css
@@ -2446,6 +2446,7 @@ label {
2446
margin-bottom: 10px;
2447
display: flex;
2448
flex-direction: row;
2449
+ pointer-events: all;
2450
}
2451
.notification-wrapper{
2452
overflow: visible;
@@ -2499,6 +2500,7 @@ label {
2499
2500
right: 10px;
2501
z-index: 1000;
2502
padding-top: 30px;
2503
+ pointer-events: none;
2504
2505
2506
.notifications-close-all{
@@ -2519,6 +2521,9 @@ label {
2519
2521
.notifications-close-all:hover{
2520
2522
background-color: #dee1e3;
2523
2524
+.notification-container.has-multiple{
2525
2526
+}
2527
.notification-container.has-multiple:hover .notifications-close-all{
2528
pointer-events: all;
2529
opacity: 1 !important;
0 commit comments