Skip to content

Commit 27508eb

Browse files
author
benji
committed
docs: add missing classes to drawer story
1 parent 935f4e5 commit 27508eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Drawer/Drawer.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const RightSideOfPage: Story<DrawerProps> = (args) => {
176176
)
177177
}
178178
RightSideOfPage.args = {
179-
sideClassName: 'h-full absolute',
179+
sideClassName: 'h-full absolute ms-[-100vw] w-[stretch]',
180180
contentClassName: 'flex h-56 items-center justify-center',
181181
end: true,
182182
}

0 commit comments

Comments
 (0)