Skip to content

Commit

Permalink
hotfix for horizontal scrolling bug
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Feb 6, 2023
1 parent 6c6aa71 commit 0b7b8ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ useHead({
</template>

<style lang="scss">
body, html {
overflow-x: clip;
}
.leaderboard-ad-wrapper {
z-index: 1;
Expand Down

0 comments on commit 0b7b8ba

Please sign in to comment.