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:
M Fahru 2022-03-11 09:45:42 -05:00 committed by Copybot
parent 35c61c3460
commit 7560404d93

View file

@ -197,7 +197,7 @@
top: 0;
bottom: 0;
padding-bottom: 52px;
overflow-y: auto;
overflow-y: hidden;
}
.rp-state-overview & {