Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top button #29

Closed
mateusfg7 opened this issue May 25, 2021 · 0 comments
Closed

Top button #29

mateusfg7 opened this issue May 25, 2021 · 0 comments
Labels
feat New feature or request ux/ui Interface changes

Comments

@mateusfg7
Copy link
Owner

mateusfg7 commented May 25, 2021

Add a button to got to the top of post

  const handleScrollToTop = () => {
    window.scrollTo({
      top: 0,
      behavior: 'smooth',
    });
  };
@mateusfg7 mateusfg7 added feat New feature or request ux/ui Interface changes labels May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request ux/ui Interface changes
Projects
None yet
Development

No branches or pull requests

1 participant