mirror of
https://github.com/mastodon/mastodon
synced 2024-11-24 23:26:22 +09:00
Fix height issue in report modal
This commit is contained in:
parent
a978b88997
commit
bf50e3e5ae
@ -3278,6 +3278,7 @@ button.icon-button.active i.fa-retweet {
|
|||||||
|
|
||||||
.report-modal__statuses {
|
.report-modal__statuses {
|
||||||
min-height: 20vh;
|
min-height: 20vh;
|
||||||
|
max-height: 40vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user