#toolbar-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Prevent header from overlapping with admin toolbar */
body.toolbar-fixed .header {
  top: 39px;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .header {
  top: 79px;
}