/* Keep the absolute bottom navigation inside the Helix sidebar. */
@media screen and (min-width: 481px) {
  body:not(.task-login) #layout-menu:not(.popover) {
    position: relative;
  }
}
