mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7045 from overleaf/mf-overflow-hidden-comment-editor
[web] Hide extra scrollbar on comment editor GitOrigin-RevId: 63f751031c07330add8563a20cfe2ee1ddf8fb1f
This commit is contained in:
parent
35c61c3460
commit
7560404d93
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
padding-bottom: 52px;
|
||||
overflow-y: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.rp-state-overview & {
|
||||
|
|
Loading…
Reference in a new issue