mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
fix bulk action bar positioning (#1370)
* fix bulk action bar positioning * remove extra space
This commit is contained in:
committed by
GitHub
parent
277fb3dc39
commit
3cd364af09
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user