You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
373 B
12 lines
373 B
<div
|
|
id='flashbar'
|
|
style='max-width: calc(50% - 20px)'
|
|
data-controller='flash'
|
|
data-action="popup-toast@window->flash#popup" data-turbo-permanent
|
|
>
|
|
<!--
|
|
here is a shadow root which serves as a placeholder for the toaster area.
|
|
max-width gets inherited from this node.
|
|
data-turbo-permant prevents morphing to dismiss active toasts
|
|
-->
|
|
</div>
|