From: trwnh Date: Wed, 27 Feb 2019 14:03:28 +0000 (-0600) Subject: Allow getting-started to scroll on short screens (#10075) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=df0120670398246739144466bf327193383ba530;p=mastodon.git Allow getting-started to scroll on short screens (#10075) At 480px height, there is not enough space to fully display the footer. --- 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;