commit: bf50e3e5aefc88f7a6d9ab4aafe5beab4360292b
parent: a978b88997169782ac35f416bf88d6afd60edd1e
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Sat, 1 Jul 2017 14:50:10 +0200
Fix height issue in report modal
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;
}