Browse Source

Update abp-toast.css

pull/22160/head
maliming 1 year ago
parent
commit
efb9dfcd84
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css

2
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;

Loading…
Cancel
Save