7 lines
328 B
HTML
7 lines
328 B
HTML
|
<div
|
||
|
data-controller="floating-alert"
|
||
|
class="pointer-event-none floating-alert floating-alert-bottom d-flex justify-content-center w-100 position-fixed fade hide"
|
||
|
role="status" aria-live="polite" aria-atomic="true">
|
||
|
<div data-target="toast.content" class="floating-alert-content white background-black-t4"></div>
|
||
|
</div>
|