From: Sorin Davidoi Date: Sun, 23 Jul 2017 12:50:26 +0000 (+0200) Subject: fix(getting_started): Scroll on mobile (#4312) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ff26b7233363b6d5b01d7b95cd6c6ba26fb36876;p=mastodon.git fix(getting_started): Scroll on mobile (#4312) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index d9e5a9bad..1f70c6563 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -1856,7 +1856,7 @@ .getting-started__wrapper { position: relative; - flex: 0 0 auto; + overflow-y: scroll; } .getting-started__footer {