-
Notifications
You must be signed in to change notification settings - Fork 242
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
feat: added code for back-to-top button #315
feat: added code for back-to-top button #315
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why in the video preview, back to top button is not hidden when the scroll is reached to the top ?
@manjotsidhu Let me add that functionality too sir, I tried using windows.onload but it was not giving the proper response. Should I use different method for that? |
No need of window.onload, just put that script before body end tag. |
bandicam.2021-10-25.16-48-39-105.mp4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Fixes #314
Ref #
Changes done:
Screenshots:
bandicam.2021-10-23.21-49-31-780.mp4
Preview Link(s):
✅️ By submitting this PR, I have verified the following