Make scrollbar only visible when needed.

This commit is contained in:
Paulo Reis 2016-08-22 16:32:59 +01:00
parent 2f93a102fd
commit 861022aff0

View file

@ -63,7 +63,7 @@
.message-content {
padding: @line-height-computed / 2;
overflow-x: scroll;
overflow-x: auto;
}
.arrow {