mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make scrollbar only visible when needed.
This commit is contained in:
parent
2f93a102fd
commit
861022aff0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
|
||||
.message-content {
|
||||
padding: @line-height-computed / 2;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
|
|
Loading…
Reference in a new issue