Skip to content

Commit

Permalink
fix broadcast embed scroll when iframe is way too small - closes #16360
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 8, 2024
1 parent cfdd017 commit cd12356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/analyse/css/study/relay/_embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ body {
@media (min-width: at-least($small)) {
---main-margin: 1vw;
---block-gap: 15px;
overflow-y: hidden;
}

overflow-y: hidden;
}

/* game view */
Expand Down

0 comments on commit cd12356

Please sign in to comment.