From 0dea36ec7d14101b724b366e9bc8f55a1f57beb3 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Mon, 24 Feb 2025 12:48:03 -0500 Subject: [PATCH] Fix bulk edit drawer height --- app/views/account/transactions/bulk_edit.html.erb | 4 ++-- app/views/shared/_drawer.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/account/transactions/bulk_edit.html.erb b/app/views/account/transactions/bulk_edit.html.erb index 6e7d03e3..02afa497 100644 --- a/app/views/account/transactions/bulk_edit.html.erb +++ b/app/views/account/transactions/bulk_edit.html.erb @@ -1,9 +1,9 @@ <%= turbo_frame_tag "bulk_transaction_edit_drawer" do %> + class="bg-white shadow-border-xs rounded-2xl max-h-[calc(100vh-32px)] h-full max-w-[480px] w-full mt-4 mr-4 ml-auto"> <%= styled_form_with url: bulk_update_account_transactions_path, scope: "bulk_update", class: "h-full", data: { turbo_frame: "_top" } do |form| %> -
+
diff --git a/app/views/shared/_drawer.html.erb b/app/views/shared/_drawer.html.erb index f92858d6..35e225c2 100644 --- a/app/views/shared/_drawer.html.erb +++ b/app/views/shared/_drawer.html.erb @@ -5,7 +5,7 @@ data-controller="modal" data-action="click->modal#clickOutside" data-modal-reload-on-close-value="<%= reload_on_close %>"> -
+
<%= lucide_icon("x", class: "w-5 h-5 shrink-0") %>