about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJessica Stokes <hello@jessicastokes.net>2017-04-03 13:16:14 +1000
committerJessica Stokes <hello@jessicastokes.net>2017-04-03 13:16:14 +1000
commit2d384850cb4b677010e6ba435193f3d8217d1117 (patch)
treec45eeb429742277f16a317fe9fc7cbb56133bdb6
parent1a5ab538de2ea0c8e6f8faf357c17a90a41897e5 (diff)
Fix the position of the Mastodon mascot in the UI
The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour!

It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so.
-rw-r--r--app/assets/stylesheets/components.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index f8003e5fd..d233b3471 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -1149,10 +1149,9 @@ a.status__content__spoiler-link {
 
 .getting-started {
   box-sizing: border-box;
-  overflow-y: auto;
   padding-bottom: 235px;
   background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
-  height: 100%;
+  flex: 1 0 auto;
 
   p {
     color: $color2;