pointer events for click through
This commit is contained in:
parent
4881ccc2ac
commit
259de9dff7
@ -1,5 +1,5 @@
|
||||
const toastTemplate = `
|
||||
<div class="toast mt-3 overflow-hidden" role="alert" aria-live="assertive" aria-atomic="true" data-bs-autohide="false">
|
||||
<div class="toast mt-3 overflow-hidden" role="alert" aria-live="assertive" aria-atomic="true" data-bs-autohide="false" style="pointer-events: auto">
|
||||
<div class="toast-header">
|
||||
<i class="toast-icon bi me-2"></i>
|
||||
<strong class="toast-title me-auto"></strong>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="toasts-container position-fixed bottom-0 end-0 p-3 pb-5 mb-3">
|
||||
<div class="toasts-container position-fixed bottom-0 end-0 p-3 pb-5 mb-3" style="pointer-events: none">
|
||||
|
||||
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user