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:
parent
cf9d563cf3
commit
fc310251a3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user