Skip to content

Commit

Permalink
fix(Drawer): missing css value for transform (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel authored Feb 14, 2025
1 parent 63dce08 commit fd775d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawer.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const scrollableSection = style([
]);

export const open = style({
transform: '',
transform: 'initial',
});

export const closed = style({
Expand Down

1 comment on commit fd775d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-nz421jzhu-flows-projects-65bb050e.vercel.app

Built with commit fd775d6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.