Skip to content

Commit

Permalink
Remove max height for modal content to accommodate larger forms
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerdema committed Nov 8, 2023
1 parent 2dd113b commit ae29975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
) %>
</header>

<div class="p-4 overflow-auto max-h-96">
<div class="p-4 overflow-auto">
<%= content %>
</div>

Expand Down

0 comments on commit ae29975

Please sign in to comment.