forked from AdrianBZG/InterMine-Data-Browser-Tool
-
Notifications
You must be signed in to change notification settings - Fork 33
Add Scroll up Button #90
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededvery easy
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededvery easy
Description
Scrolling up a web page is easier when the is a button that does the job. It is common in most websites. The need for this button is obvious when the web page is resized.
Steps to Reproduce
Add the html code in footer.pug
Style it in data-browser-style-main.css and
Add the scroll function in main-view.js
@Nikhil-Vats @AdrianBZG @yochannah Please assign the issue to me.
Expected Behaviour
This button should take a user to the top of the page when it is clicked. Also, This button will appear will the user has scrolled down to a certain height
Actual Behaviour
The button is missing on the page.
Settings
Screenshots