about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-31 19:08:24 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-31 19:08:24 +0100
commit8b9c537d5af531e140fc42d60cba1530e4e27839 (patch)
treeb05612662649a252012aa041d5b0554680ef6453 /app
parent52d68be157d5076b6da2e0f6d33abc1f7e285950 (diff)
Fix elephant friend
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss3
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;