Skip to content
Snippets Groups Projects
Verified Commit 14a6d54b authored by tribut's avatar tribut :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| %> <% flash.each do |type, message| %>
<div class="flash alert alert-<%= type %>"> <div class="flash alert alert-<%= type %>">
<%= message %> <%= message %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment