makes unwanted scrollbars disappear when text contains emojis

This commit is contained in:
Hannes Mannerheim 2015-02-26 00:33:48 +01:00
parent 0446b8e91c
commit 1540996739

View File

@ -1855,6 +1855,7 @@ body.rtl .view-more-container-bottom { direction:rtl; }
word-wrap: break-word;
max-height:400px;
overflow-y:auto;
padding: 1px 0;
}
.stream-item.user .queet-text {
cursor: auto;