2
0
mirror of https://github.com/frappe/books.git synced 2024-11-14 09:24:04 +00:00

fix: removed x-axis scroll in dark mode for better UI consistency

This commit is contained in:
AbleKSaju 2024-10-22 10:19:11 +05:30
parent cf9d563cf3
commit fc310251a3

View File

@ -30,7 +30,10 @@
</div> </div>
</Row> </Row>
<div class="overflow-y-auto" style="height: 50vh"> <div
class="overflow-y-auto overflow-x-auto custom-scroll custom-scroll-thumb1"
style="height: 50vh"
>
<Row <Row
v-for="row in sinvDoc.items" v-for="row in sinvDoc.items"
:ratio="ratio" :ratio="ratio"