From 7e13ab16c944649059bda2169987003a34fe29e4 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 15 Jun 2024 14:24:16 -0700 Subject: [PATCH] Update style.css --- src/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index f2712a993..f6d38d847 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -2446,6 +2446,7 @@ label { margin-bottom: 10px; display: flex; flex-direction: row; + pointer-events: all; } .notification-wrapper{ overflow: visible; @@ -2499,6 +2500,7 @@ label { right: 10px; z-index: 1000; padding-top: 30px; + pointer-events: none; } .notifications-close-all{ @@ -2519,6 +2521,9 @@ label { .notifications-close-all:hover{ background-color: #dee1e3; } +.notification-container.has-multiple{ + pointer-events: all; +} .notification-container.has-multiple:hover .notifications-close-all{ pointer-events: all; opacity: 1 !important;