Skip to content

Commit f0548b9

Browse files
committed
Merge branch 'master' into 2.1-stable
2 parents 55aa8c6 + b7f66a8 commit f0548b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/css_zero/install/templates/app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<main id="main">
4040
<%% if notice.present? %>
41-
<div popover="manual" class="flash" data-controller="flash" data-action="animationend->flash#hide" role="alert">
41+
<div popover="manual" class="flash" style="--flash-position: 5rem" data-controller="flash" data-action="animationend->flash#hide" role="alert">
4242
<div class="flash__content"><%%= notice %></div>
4343
</div>
4444
<%% end %>

0 commit comments

Comments
 (0)