fix: stat card scroll

This commit is contained in:
puriphatt 2024-07-04 04:14:41 +00:00
parent 39fc15167c
commit 93af8ce47b
5 changed files with 65 additions and 58 deletions

View file

@ -22,7 +22,7 @@ const props = withDefaults(
<div
class="row full-width"
style="gap: var(--size-4)"
:class="{ 'justify-between': $q.screen.lt.md, dark, 'no-wrap': nowrap }"
:class="{ dark, 'no-wrap': nowrap }"
>
<AppBox
v-for="v in props.branch"