From: tom Date: Mon, 17 Apr 2017 10:27:19 +0000 (-0400) Subject: Make contents of boost confirmation dialog scroll (#1710) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6b8e95ea00267ca8b31edecd197eba6c699a1fb6;p=mastodon.git Make contents of boost confirmation dialog scroll (#1710) This is necessary for boosting long posts on small screens - see this post for video: https://slime.global/@masklayer/102308 --- diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 84344e94d..a71db00fe 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -2281,6 +2281,7 @@ button.icon-button.active i.fa-retweet { } .boost-modal__container { + overflow-x: scroll; padding: 10px; .status {