Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

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 Gargron committed Jul 23, 2019
1 parent 1955aa9 commit fb1b710
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 fb1b710

Please sign in to comment.