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

@ -424,8 +424,10 @@ watch(locale, () => {
<template>
<div class="column full-height no-wrap">
<div class="surface-1 bordered rounded q-pa-md q-mb-md scroll">
<StatCard label-i18n :branch="stats" :dark="$q.dark.isActive" nowrap />
<div class="surface-1 bordered rounded q-mb-md scroll">
<div class="q-ma-md" style="display: inline-block">
<StatCard label-i18n :branch="stats" :dark="$q.dark.isActive" nowrap />
</div>
</div>
<div