From df0120670398246739144466bf327193383ba530 Mon Sep 17 00:00:00 2001
From: trwnh <a@trwnh.com>
Date: Wed, 27 Feb 2019 08:03:28 -0600
Subject: [PATCH] Allow getting-started to scroll on short screens (#10075)

At 480px height, there is not enough space to fully display the footer.
---
 app/javascript/styles/mastodon/components.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index d88557559e..0163e90b93 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;
-- 
GitLab