mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
fix bulk action bar positioning (#1370)
* fix bulk action bar positioning * remove extra space
This commit is contained in:
parent
277fb3dc39
commit
3cd364af09
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<%= render "transactions/searches/search" %>
|
||||
|
||||
<% if @transaction_entries.present? %>
|
||||
<div hidden id="entry-selection-bar" data-bulk-select-target="selectionBar">
|
||||
<div id="entry-selection-bar" data-bulk-select-target="selectionBar" class="flex justify-center hidden">
|
||||
<%= render "account/transactions/selection_bar" %>
|
||||
</div>
|
||||
<div class="grow overflow-y-auto">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue