Skip to content
Snippets Groups Projects
Verified Commit 14a6d54b authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Ensure flash is visible even if nav is position:fixed

parent e4fd600c
No related branches found
No related tags found
No related merge requests found
<div id="flash">
<div id="flash" class="relative top-0.5 md:top-16">
<% flash.each do |type, message| %>
<div class="flash alert alert-<%= type %>">
<%= message %>
......@@ -7,4 +7,4 @@
</button>
</div>
<% end %>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment