This website requires JavaScript.
Explore
Help
Sign In
dbxe
/
DBXE
Watch
2
Star
0
Fork
You've already forked DBXE
0
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
ca5e5c52a1
DBXE
/
www
/
js
/
scrollfix.js
8 lines
83 B
JavaScript
Raw
Blame
History
/*
* Fix scrolling to middle of page bug
*/
$
(
(
)
=>
{
window
.
scrollTo
(
0
,
0
)
;
}
)
Reference in New Issue
View Git Blame
Copy Permalink