mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
Fix modal height bug [safari] (#420)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%# locals: (content:) -%>
|
||||
<%= turbo_frame_tag "modal" do %>
|
||||
<dialog class="bg-white border border-[#141414]/25 rounded-2xl max-h-[556px] max-w-[580px] w-full shadow-xs" data-controller="modal" data-action="click->modal#click_outside">
|
||||
<dialog class="bg-white border border-[#141414]/25 rounded-2xl max-h-[556px] max-w-[580px] w-full shadow-xs h-full" data-controller="modal" data-action="click->modal#click_outside">
|
||||
<div class="flex flex-col h-full">
|
||||
<%= content %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user