There was an error while loading. Please reload this page.
overflow-visible
1 parent a68dba4 commit e52369cCopy full SHA for e52369c
app/components/home/HomeChart.client.vue
@@ -59,7 +59,7 @@ const template = (d: DataRecord) => `${formatDate(d.date)}: ${formatNumber(d.amo
59
</script>
60
61
<template>
62
- <UCard ref="cardRef" :ui="{ body: '!px-0 !pt-0 !pb-3' }">
+ <UCard ref="cardRef" :ui="{ root: 'overflow-visible', body: '!px-0 !pt-0 !pb-3' }">
63
<template #header>
64
<div>
65
<p class="text-xs text-muted uppercase mb-1.5">
0 commit comments