Gert, if you still require Sticky at Top, you can add some CSS into the Website HTML code (head):
Code:
<style>  .xr_stt  {
  z-index: 9999;
  }
</style>
This puts the NavBar always on top.

Acorn