about summary refs log tree commit diff
path: root/app/javascript
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-07-24 16:53:25 +0200
committerGitHub <noreply@github.com>2019-07-24 16:53:25 +0200
commit88e79c179a1a48feff3b16226c46f5885442651e (patch)
tree020d6a6ef6b4a236f14d6287e4ff97c0750db3c9 /app/javascript
parente3a551cbd1f894fa779dc55168e56bb5f07b3d72 (diff)
parent2d35e4460a6c55930568d4b19563f9894d89e79b (diff)
Merge pull request #1176 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript')
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 1ff0b234e..4d0adc229 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2015,6 +2015,10 @@ a.account__display-name {
 
   .scrollable {
     overflow: visible;
+
+    @supports(display: grid) {
+      contain: content;
+    }
   }
 
   @media screen and (min-width: $no-gap-breakpoint) {