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

th-downstream
Sorin Davidoi 7 years ago committed by Eugen Rochko
parent 5a7d5c0fd8
commit bbc0ba610b

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

Loading…
Cancel
Save