Skip to content

Commit

Permalink
docs: add missing classes to drawer story
Browse files Browse the repository at this point in the history
  • Loading branch information
benji committed Jul 26, 2024
1 parent 935f4e5 commit 27508eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drawer/Drawer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const RightSideOfPage: Story<DrawerProps> = (args) => {
)
}
RightSideOfPage.args = {
sideClassName: 'h-full absolute',
sideClassName: 'h-full absolute ms-[-100vw] w-[stretch]',
contentClassName: 'flex h-56 items-center justify-center',
end: true,
}

0 comments on commit 27508eb

Please sign in to comment.