2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix(ui): allow dashb overflow (not that it will)

This commit is contained in:
18alantom 2022-01-26 15:36:31 +05:30 committed by Alan
parent fb5318ddf3
commit b52ff05087

View File

@ -6,8 +6,8 @@
<SearchBar class="ml-2" />
</template>
</PageHeader>
<div class="mx-4">
<hr class="border-t" />
<hr class="border-t mx-4" />
<div class="mx-4 overflow-y-scroll">
<Cashflow class="mt-6" />
<hr class="border-t mt-10" />
<UnpaidInvoices class="mt-10 ml-4 mr-4" />