Skip to content

Commit

Permalink
Allow getting-started to scroll on short screens (mastodon#10075)
Browse files Browse the repository at this point in the history
At 480px height, there is not enough space to fully display the footer.
  • Loading branch information
trwnh authored and Gargron committed Feb 27, 2019
1 parent ed91cdd commit 46b5469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2336,6 +2336,7 @@ a.account__display-name {

.getting-started {
color: $dark-text-color;
overflow: auto;

&__footer {
flex: 0 0 auto;
Expand Down

0 comments on commit 46b5469

Please sign in to comment.