Skip to content

Commit

Permalink
docs: fix storybook overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikbacker committed Nov 18, 2024
1 parent 0da5855 commit c1e24fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default {
customStyles: {
maxWidth: '30rem',
story: {
height: '100vh',
overflow: 'visible',
minHeight: '100vh',
},
},
a11y: {
Expand Down

0 comments on commit c1e24fc

Please sign in to comment.