]> cat aescling's git repositories - mastodon.git/commitdiff
Fix scrolling in single-column mode on Chrome (#11395)
authorThibG <thib@sitedethib.com>
Tue, 23 Jul 2019 13:47:18 +0000 (15:47 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 23 Jul 2019 13:47:18 +0000 (15:47 +0200)
Fixes #11389

app/javascript/styles/mastodon/components.scss

index 4eb4e78d638391262a97f77037f59256c2414905..54442e007082b9488b24a1e6301e8f66ace03b23 100644 (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) {