1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 09:13:20 +00:00

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 {