/* ------------------- Custom styling for Wagtail Admin ------------------- */

/* Position fixed sidebar in top of page. Otherwise the footer (with account
links like "log out") in sidebar is getting pushed out of view in bottom and are
unreachable.*/
.sidebar {
  top: 0;
}
