Fix modal height in Safari (#648)

This commit is contained in:
Jakub Kottnauer
2024-04-18 22:55:56 +02:00
committed by GitHub
parent f5f624881f
commit 0a1fa525d5

View File

@@ -1,7 +1,7 @@
<%# locals: (content:) -%>
<%= turbo_frame_tag "modal" do %>
<dialog class="bg-white border border-alpha-black-25 rounded-2xl max-h-[648px] max-w-[580px] w-full shadow-xs h-fit" data-controller="modal" data-action="click->modal#clickOutside">
<div class="flex flex-col h-full">
<div class="flex flex-col">
<%= content %>
</div>
</dialog>