@media screen and (min-width: 901px) {
  html body #root .player-shell .sidebar,
  html body #root .player-shell .topbar,
  html body #root .guest-shell .guest-header {
    position: relative !important;
    z-index: 10000 !important;
    pointer-events: auto !important;
  }

  html body #root .player-shell .side-nav,
  html body #root .player-shell .side-nav > button,
  html body #root .guest-shell .guest-desktop-nav,
  html body #root .guest-shell .guest-desktop-nav > button {
    position: relative !important;
    z-index: 10001 !important;
    pointer-events: auto !important;
  }
}
