/* v0.9.83 · place the leaderboard scrollbar at the far-right edge of its panel */

@media (min-width: 821px) {
  body.home-screen #leaderboardPanel {
    padding-right: 0 !important;
  }

  body.home-screen #leaderboardPanel .leaderboard-head {
    padding-right: 28px !important;
  }

  body.home-screen #leaderboardPanel .leaderboard-list {
    width: 100% !important;
    margin-right: 0 !important;
    padding-right: 28px !important;
    overflow-y: auto !important;
    scrollbar-gutter: stable !important;
    box-sizing: border-box !important;
  }
}
