mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
8 lines
302 B
Text
8 lines
302 B
Text
|
<%= 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">
|
||
|
<div class="flex flex-col h-full">
|
||
|
<%= yield %>
|
||
|
</div>
|
||
|
</dialog>
|
||
|
<% end %>
|