Moved flash overlay away from buttons in top nav
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
2026-05-31 01:40:37 +02:00
parent 92786161b4
commit ff9f8b7523
2 changed files with 48 additions and 48 deletions

View File

@@ -6,7 +6,7 @@
bar_color = type == "notice" ? "bg-green-500" : "bg-red-500" bar_color = type == "notice" ? "bg-green-500" : "bg-red-500"
%> %>
<div data-controller="flash" class="fixed top-5 right-5 z-50 max-w-sm w-full"> <div data-controller="flash" class="fixed top-20 right-5 z-50 max-w-sm w-full">
<!-- Das relative Attribut und overflow-hidden sind wichtig für den Balken --> <!-- Das relative Attribut und overflow-hidden sind wichtig für den Balken -->
<div data-flash-target="notification" <div data-flash-target="notification"