From f6f36ddd046e228b43ecac7757d883776e1772a0 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 9 Mar 2022 11:27:28 -0500 Subject: [PATCH] Merge pull request #6967 from overleaf/mf-limit-comment-reply-textarea-max-height [web] fix over-scrolling behaviour on editor under certain circumstances GitOrigin-RevId: 640fd79c95fc38a3a373a3ea116d07b9256e5c6f --- services/web/frontend/stylesheets/app/editor/review-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/editor/review-panel.less b/services/web/frontend/stylesheets/app/editor/review-panel.less index a01f095f7f..74d12adad1 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel.less @@ -197,6 +197,7 @@ top: 0; bottom: 0; padding-bottom: 52px; + overflow-y: auto; } .rp-state-overview & {