Fix height issue in report modal

This commit is contained in:
Eugen Rochko 2017-07-01 14:50:10 +02:00 committed by GitHub
parent a978b88997
commit bf50e3e5ae
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}