You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To stop the first-contributions page from automatically sliding to the bottom, you can disable any JavaScript that performs this action. Look for and comment out or remove any code that scrolls the page, typically involving methods like window.scrollTo(), element.scrollIntoView(), or similar.
🐞 Problem
On opening first-contributions page automatically slides to bottom of page.
🎯 Goal
Page should remain on top instead of bottom.
💡 Possible solutions
Maybe some CSS or javascript function causing such behavior.
The text was updated successfully, but these errors were encountered: