diff --git a/dashboard/static/js/base.js b/dashboard/static/js/base.js index e8b655c5..ee88d5df 100644 --- a/dashboard/static/js/base.js +++ b/dashboard/static/js/base.js @@ -23,6 +23,8 @@ $(document).ready(function(){ }) // Fade those out .fadeOut(); + // Scroll to first visible + window.scrollTo({ top: 0 }); }) .on('keypress', function (ev) { if (ev.key === 'Enter') {