Add a scrollbar for tall spammy posts.

This commit is contained in:
shpuld 2017-11-13 18:39:27 +02:00
parent 8fdedb4c79
commit e19a617de1

View file

@ -190,6 +190,10 @@
.status-content {
margin: 3px 15px 4px 0;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
img, video {
max-width: 100%;
max-height: 400px;