Skip to content

Commit 462fb98

Browse files
authored
fix: remove hidden overflow from sparkline wrapper (#1926)
1 parent f3403eb commit 462fb98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,7 @@ const config = computed<VueUiSparklineConfig>(() => {
413413
<span v-else-if="isLoadingWeeklyDownloads" class="min-w-6 min-h-6 -m-1 p-1" />
414414
</template>
415415

416-
<div
417-
class="w-full overflow-hidden h-[76px] egg-pulse-target"
418-
:class="{ 'egg-pulse': eggPulse }"
419-
>
416+
<div class="w-full h-[76px] egg-pulse-target" :class="{ 'egg-pulse': eggPulse }">
420417
<template v-if="isLoadingWeeklyDownloads || hasWeeklyDownloads">
421418
<ClientOnly>
422419
<VueUiSparkline class="w-full max-w-xs" :dataset :config>

0 commit comments

Comments
 (0)