Allow getting-started to scroll on short screens (#10075)

At 480px height, there is not enough space to fully display the footer.
This commit is contained in:
trwnh 2019-02-27 08:03:28 -06:00 committed by Eugen Rochko
parent 7f5b570688
commit 7a5095a53c

View file

@ -2336,6 +2336,7 @@ a.account__display-name {
.getting-started {
color: $dark-text-color;
overflow: auto;
&__footer {
flex: 0 0 auto;