mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 {
|
.message-content {
|
||||||
padding: @line-height-computed / 2;
|
padding: @line-height-computed / 2;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
|
|
Loading…
Reference in a new issue