Skip to content

Commit

Permalink
fix drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jun 29, 2024
1 parent ed06e17 commit f91a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_turbo_drawer.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<turbo-frame id="drawer">
<turbo-modal class="modal modal-open items-start !animate-none justify-end overflow-y-auto !justify-normal md:!justify-end" data-close-after-submit="<%= local_assigns.key?(:close_after_submit) ? local_assigns[:close_after_submit] : true %>">
<div class="absolute top-0 bottom-0 right-0 left-0" data-action="click:turbo-modal#close"></div>
<div class="bg-base-100 min-h-screen max-h-screen relative w-full relative overflow-y-auto">
<div class="bg-base-100 min-h-screen max-h-screen relative w-full relative">
<% if local_assigns[:title] %>
<div class="flex justify-between bg-base-100 py-2 px-4 items-center border-b pb-2 font-medium">
<span>
Expand Down

0 comments on commit f91a318

Please sign in to comment.