Browse Source

Fix scrolling in single-column mode on Chrome (#11395)

Fixes #11389
pull/4/head
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
fb1b710e8d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/mastodon/components.scss

+ 4
- 0
app/javascript/styles/mastodon/components.scss View File

@ -2015,6 +2015,10 @@ a.account__display-name {
.scrollable {
overflow: visible;
@supports(display: grid) {
contain: content;
}
}
@media screen and (min-width: $no-gap-breakpoint) {

Loading…
Cancel
Save