about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authortrwnh <a@trwnh.com>2019-02-27 08:03:28 -0600
committerEugen Rochko <eugen@zeonfederated.com>2019-02-27 15:03:28 +0100
commitdf0120670398246739144466bf327193383ba530 (patch)
treee77f61c98533c4e673cc009dd9dd9985f4d6d67c /app
parent34315fcda53a3ce29a50a253bd63f7e70ef8e4b3 (diff)
Allow getting-started to scroll on short screens (#10075)
At 480px height, there is not enough space to fully display the footer.
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index d88557559..0163e90b9 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2336,6 +2336,7 @@ a.account__display-name {
 
 .getting-started {
   color: $dark-text-color;
+  overflow: auto;
 
   &__footer {
     flex: 0 0 auto;