mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +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>
|
||||
</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
|
||||
v-for="row in sinvDoc.items"
|
||||
:ratio="ratio"
|
||||
|
Loading…
Reference in New Issue
Block a user