logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: ff26b7233363b6d5b01d7b95cd6c6ba26fb36876
parent: 6803935c4d97e3003552a116f186c14d28f453f5
Author: Sorin Davidoi <sorin.davidoi@gmail.com>
Date:   Sun, 23 Jul 2017 14:50:26 +0200

fix(getting_started): Scroll on mobile (#4312)


Diffstat:

Mapp/javascript/styles/components.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {