]> cat aescling's git repositories - mastodon.git/commitdiff
Allow getting-started to scroll on short screens (#10075)
authortrwnh <a@trwnh.com>
Wed, 27 Feb 2019 14:03:28 +0000 (08:03 -0600)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 27 Feb 2019 14:03:28 +0000 (15:03 +0100)
At 480px height, there is not enough space to fully display the footer.

app/javascript/styles/mastodon/components.scss

index d88557559e496173f813e9193d353442e22ece53..0163e90b93e66a89f41a99f7ad6dd19c2dd718b3 100644 (file)
@@ -2336,6 +2336,7 @@ a.account__display-name {
 
 .getting-started {
   color: $dark-text-color;
+  overflow: auto;
 
   &__footer {
     flex: 0 0 auto;