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

lolsob-rspec
Sorin Davidoi 2017-07-25 01:05:35 +02:00 committed by Eugen Rochko
parent 5a7d5c0fd8
commit bbc0ba610b
1 changed files with 1 additions and 1 deletions

View File

@ -1878,7 +1878,7 @@
.getting-started__wrapper {
position: relative;
overflow-y: scroll;
overflow-y: auto;
}
.getting-started__footer {