fix: alert z-index, hover effects on download list row

This commit is contained in:
2025-06-11 12:46:03 -05:00
parent 6cd9a9b18e
commit df6c68aa46
3 changed files with 4 additions and 4 deletions

View File

@@ -16,8 +16,8 @@
</div>
</div>
</div>
<div {{ turbo_stream_listen(app.session.get('mercure_alert_topic')) }} class="absolute top-10 right-10">
<div >
<div {{ turbo_stream_listen(app.session.get('mercure_alert_topic')) }} class="fixed z-40 top-10 right-10">
<div class="z-40">
<ul id="alert_list">
</ul>
</div>