13864a77f74f2adc4409ca2de2cccf7e23c29f93
Fixes two issues found during manual verification: - fragments/toast.html was missing class="toast-container" on the swapped-in element, so the container lost its fixed-position styling after the first swap. - htmx:oobAfterSwap's event.detail.target is the *old* element that just got replaced (outerHTML oob-swaps detach it), so the dismiss timer must look up the live #toast-container by id instead of trusting that stale reference. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
Languages
Python
90.3%
HTML
6.2%
CSS
2.7%
JavaScript
0.6%
Dockerfile
0.2%