From: Eugen Rochko Date: Sat, 1 Jul 2017 12:50:10 +0000 (+0200) Subject: Fix height issue in report modal X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bf50e3e5aefc88f7a6d9ab4aafe5beab4360292b;p=mastodon.git Fix height issue in report modal --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 28cb9ec65..a87aa5d79 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -3278,6 +3278,7 @@ button.icon-button.active i.fa-retweet { .report-modal__statuses { min-height: 20vh; + max-height: 40vh; overflow-y: auto; overflow-x: hidden; }