Skip to content

Commit

Permalink
fix(Snackbar): Desktop position (#1096)
Browse files Browse the repository at this point in the history
Fix snackbar position in desktop according to specs
  • Loading branch information
yceballost authored Apr 26, 2024
1 parent 01a7cec commit 346f446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snackbar.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const wrapper = style([
minWidth: 360,
minHeight: 48,
padding: `14px 16px`,
bottom: 24,
bottom: 40,
zIndex: 1000, // above anything
opacity: 0,
transform: 'translateY(100px)',
Expand Down

1 comment on commit 346f446

@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-kqq4hgih0-flows-projects-65bb050e.vercel.app

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

Please sign in to comment.