Skip to content

Commit

Permalink
Fix scrolling in single-column mode on Chrome (mastodon#11395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and hiyuki2578 committed Oct 2, 2019
1 parent f117aec commit b5cf005
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,10 @@ a.account__display-name {

.scrollable {
overflow: visible;

@supports(display: grid) {
contain: content;
}
}

@media screen and (min-width: $no-gap-breakpoint) {
Expand Down

0 comments on commit b5cf005

Please sign in to comment.