Selaa lähdekoodia

Update style.css

Nariman Jelveh 11 kuukautta sitten
vanhempi
säilyke
7e13ab16c9
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/css/style.css

+ 5 - 0
src/css/style.css

@@ -2446,6 +2446,7 @@ label {
     margin-bottom: 10px;
     margin-bottom: 10px;
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
+    pointer-events: all;
 }
 }
 .notification-wrapper{
 .notification-wrapper{
     overflow: visible;
     overflow: visible;
@@ -2499,6 +2500,7 @@ label {
     right: 10px;
     right: 10px;
     z-index: 1000;
     z-index: 1000;
     padding-top: 30px;
     padding-top: 30px;
+    pointer-events: none;
 }
 }
 
 
 .notifications-close-all{
 .notifications-close-all{
@@ -2519,6 +2521,9 @@ label {
 .notifications-close-all:hover{
 .notifications-close-all:hover{
     background-color: #dee1e3;
     background-color: #dee1e3;
 }
 }
+.notification-container.has-multiple{
+    pointer-events: all;
+}
 .notification-container.has-multiple:hover .notifications-close-all{
 .notification-container.has-multiple:hover .notifications-close-all{
     pointer-events: all;
     pointer-events: all;
     opacity: 1 !important;
     opacity: 1 !important;