diff options
author | Sorin Davidoi <sorin.davidoi@gmail.com> | 2017-07-25 01:05:35 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-25 01:05:35 +0200 |
commit | de105d64d519bb7d4b9c0cac1e66c8205406782b (patch) | |
tree | 3ec56bfceadd04f31aef3adf49e65cc25fd180f5 | |
parent | 07d93716aa226714bc13f87bd716a562139e6f60 (diff) |
fix(getting_started): No scrollbar if not needed (#4350)
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |