Skip to content

Commit

Permalink
fix: story list overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 5, 2022
1 parent 036654b commit 2f338d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/histoire/src/client/app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ onUpdate((newValue) => {
class="htw-h-full"
>
<template #first>
<div class="htw-flex htw-flex-col htw-divide-zinc-200 dark:htw-divide-zinc-850 htw-divide-y">
<AppHeader />
<div class="htw-flex htw-flex-col htw-divide-zinc-200 dark:htw-divide-zinc-850 htw-divide-y htw-h-full">
<AppHeader
class="htw-flex-none"
/>
<StoryList
:stories="storyStore.stories"
class="htw-h-full"
class="htw-flex-1"
/>
</div>
</template>
Expand Down

0 comments on commit 2f338d2

Please sign in to comment.