We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55aa8c6 + b7f66a8 commit f0548b9Copy full SHA for f0548b9
lib/generators/css_zero/install/templates/app/views/layouts/application.html.erb
@@ -38,7 +38,7 @@
38
39
<main id="main">
40
<%% if notice.present? %>
41
- <div popover="manual" class="flash" data-controller="flash" data-action="animationend->flash#hide" role="alert">
+ <div popover="manual" class="flash" style="--flash-position: 5rem" data-controller="flash" data-action="animationend->flash#hide" role="alert">
42
<div class="flash__content"><%%= notice %></div>
43
</div>
44
<%% end %>
0 commit comments