logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: de105d64d519bb7d4b9c0cac1e66c8205406782b
parent: 07d93716aa226714bc13f87bd716a562139e6f60
Author: Sorin Davidoi <sorin.davidoi@gmail.com>
Date:   Tue, 25 Jul 2017 01:05:35 +0200

fix(getting_started): No scrollbar if not needed (#4350)


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 @@ -1878,7 +1878,7 @@ .getting-started__wrapper { position: relative; - overflow-y: scroll; + overflow-y: auto; } .getting-started__footer {