pointer events for click through

This commit is contained in:
Corban-Lee Jones 2024-06-19 00:36:10 +01:00
parent 4881ccc2ac
commit 259de9dff7
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>