impl. autoscroll
This commit is contained in:
parent
47c709efce
commit
178a4e8dd8
3
prototype/src/main/resources/static/js/scrollToContent.js
vendored
Normal file
3
prototype/src/main/resources/static/js/scrollToContent.js
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
document.addEventListener("DOMContentLoaded", function(event) {
|
||||||
|
document.getElementsByTagName('main')[0].scrollIntoView();
|
||||||
|
});
|
Reference in New Issue
Block a user