Fix height issue in report modal

th-downstream
Eugen Rochko 7 years ago committed by GitHub
parent ef21f8bc7e
commit 6bd8a23131

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

Loading…
Cancel
Save