From ac37b54a32074e27c90e6380e2facf494cbe3505 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Sat, 10 Feb 2024 14:26:07 -0500 Subject: [PATCH] Fix modal height bug [safari] (#420) --- app/views/shared/_modal.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_modal.html.erb b/app/views/shared/_modal.html.erb index 773af70a..ca29c673 100644 --- a/app/views/shared/_modal.html.erb +++ b/app/views/shared/_modal.html.erb @@ -1,6 +1,6 @@ <%# locals: (content:) -%> <%= turbo_frame_tag "modal" do %> - +
<%= content %>