]> cat aescling's git repositories - mastodon.git/commitdiff
Fix getting-started footer in single column mode not being clickable in Safari (...
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Tue, 5 Jan 2021 18:57:32 +0000 (03:57 +0900)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 18:57:32 +0000 (19:57 +0100)
app/javascript/styles/mastodon/components.scss

index d6385f161cc8fd283c914b2280c40e63e0ea17c8..43b3407236ee39178f7f04d4afcf10ebbdd49d7c 100644 (file)
@@ -2884,6 +2884,7 @@ a.account__display-name {
     flex: 0 0 auto;
     padding: 10px;
     padding-top: 20px;
+    z-index: 1;
 
     ul {
       margin-bottom: 10px;
This page took 0.056869 seconds and 4 git commands to generate.