diff --git a/packages/histoire-app/src/app/components/story/StoryVariantGrid.vue b/packages/histoire-app/src/app/components/story/StoryVariantGrid.vue index ef086f68..4491c15d 100644 --- a/packages/histoire-app/src/app/components/story/StoryVariantGrid.vue +++ b/packages/histoire-app/src/app/components/story/StoryVariantGrid.vue @@ -82,6 +82,7 @@ function onItemResize (w: number, h: number) { } watch(() => storyStore.currentVariant, () => { + maxItemHeight.value = 0 // Reset max height updateMaxCount() })