diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-31 19:08:24 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-31 19:08:24 +0100 |
commit | 8b9c537d5af531e140fc42d60cba1530e4e27839 (patch) | |
tree | b05612662649a252012aa041d5b0554680ef6453 /app/assets | |
parent | 52d68be157d5076b6da2e0f6d33abc1f7e285950 (diff) |
Fix elephant friend
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index e077fbca2..ca0ec0cec 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -684,8 +684,9 @@ box-sizing: border-box; overflow-y: auto; padding-bottom: 235px; - background: image-url('mastodon-getting-started.png') no-repeat 100% bottom; + background: image-url('mastodon-getting-started.png') no-repeat bottom left; height: auto; + min-height: 100%; p { color: $color2; |