Skip to content

Commit

Permalink
fixing timeline story meta
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 22, 2024
1 parent 5dacd29 commit 0a4ad98
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ import PageTimeline from './PageTimeline.vue'
export default {
title: 'Templates/WWW/PageTimeline',
component: PageTimeline,
tags: ['!autodocs'],
decorators: [
() => ({
template: `<div id="storyDecorator" class="absolute inset-0 disable-nav-offset"><story/></div>`
template: `<div id="storyDecorator" class="disable-nav-offset"><story/></div>`
})
],
parameters: {
layout: 'fullscreen',
html: {
root: '#storyDecorator'
},
viewMode: 'canvas'
}
},
excludeStories: /.*(Data)$/
}
Expand Down

0 comments on commit 0a4ad98

Please sign in to comment.