From: Sorin Davidoi Date: Mon, 24 Jul 2017 23:05:35 +0000 (+0200) Subject: fix(getting_started): No scrollbar if not needed (#4350) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=de105d64d519bb7d4b9c0cac1e66c8205406782b;p=mastodon.git fix(getting_started): No scrollbar if not needed (#4350) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 1be07b023..8de456754 100644 --- 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 {