diff --git a/app/views/account/transactions/bulk_edit.html.erb b/app/views/account/transactions/bulk_edit.html.erb index 993712e6..075733bd 100644 --- a/app/views/account/transactions/bulk_edit.html.erb +++ b/app/views/account/transactions/bulk_edit.html.erb @@ -1,7 +1,7 @@ <%= turbo_frame_tag "bulk_transaction_edit_drawer" do %> + class="bg-white border border-alpha-black-25 rounded-2xl max-h-[calc(100vh-32px)] max-w-[480px] w-full shadow-xs h-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/_confirm_modal.html.erb b/app/views/shared/_confirm_modal.html.erb index 5a935d22..be42325a 100644 --- a/app/views/shared/_confirm_modal.html.erb +++ b/app/views/shared/_confirm_modal.html.erb @@ -1,4 +1,4 @@ - +