From efb9dfcd84794ef1002cafa1bca941098557ada3 Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 18 Feb 2025 13:43:34 +0800 Subject: [PATCH] Update abp-toast.css --- .../libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css index b6edbb0d6f..9ff4555d0c 100644 --- a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css +++ b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css @@ -9,9 +9,11 @@ z-index: 1900; right: 30px; bottom: 30px; + pointer-events: none; } .abp-toast { + pointer-events: auto; display: grid; grid-template-columns: 35px 1fr; gap: 5px;