From 55715a20eb6256523be8d6a07591cd7680fca5d3 Mon Sep 17 00:00:00 2001 From: ming Date: Fri, 25 Apr 2025 13:53:20 +0900 Subject: [PATCH] =?UTF-8?q?scroll=20y=20area=20height=20fix=20=ED=95=B4?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/application.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 642f042..35f889c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,20 +23,20 @@ - + <%= turbo_frame_tag :modals %>
<%= render "partials/header" %> -
+
<%= render "partials/sidebar" %>
<% if flash[:notice] %> -
+
<%= raw flash[:notice] %>
<% elsif flash[:alert] %> -
+
<%= raw flash[:alert] %>
<% end %>