From 0a1fa525d547d567ecb34cbd7f3ff77265f6b5c9 Mon Sep 17 00:00:00 2001 From: Jakub Kottnauer Date: Thu, 18 Apr 2024 22:55:56 +0200 Subject: [PATCH] Fix modal height in Safari (#648) --- 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 c6ae75df..e3571783 100644 --- a/app/views/shared/_modal.html.erb +++ b/app/views/shared/_modal.html.erb @@ -1,7 +1,7 @@ <%# locals: (content:) -%> <%= turbo_frame_tag "modal" do %> -
+
<%= content %>