Loading Admin Toolbar in header not Footer to Scroll it with page

This is just a CSS edit. You don’t need to alter how or where the admin menu loads. Add …

#wpadminbar {
  position: absolute;
}

to your theme’s stylesheet.