/* Disable Admin Toolbar's sticky behavior to stay at the top of the page. */
.toolbar-fixed {
  /* Set to toolbar and the expand button to a position 'absolute'. */
  .toolbar-expand-floating-button,
  .toolbar-oriented .toolbar-bar {
    position: absolute;
  }
}
