From 8b9c537d5af531e140fc42d60cba1530e4e27839 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 31 Jan 2017 19:08:24 +0100 Subject: [PATCH] Fix elephant friend --- app/assets/stylesheets/components.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;