]> cat aescling's git repositories - mastodon.git/commitdiff
Make contents of boost confirmation dialog scroll (#1710)
authortom <tomfhowe@gmail.com>
Mon, 17 Apr 2017 10:27:19 +0000 (06:27 -0400)
committerEugen <eugen@zeonfederated.com>
Mon, 17 Apr 2017 10:27:19 +0000 (12:27 +0200)
This is necessary for boosting long posts on small screens - see this post for video: https://slime.global/@masklayer/102308

app/assets/stylesheets/components.scss

index 84344e94d4c0938bebac8e9997cc3831dfeb15a5..a71db00fe19154317208650d10f869463c563cb2 100644 (file)
@@ -2281,6 +2281,7 @@ button.icon-button.active i.fa-retweet {
 }
 
 .boost-modal__container {
+  overflow-x: scroll;
   padding: 10px;
 
   .status {