From 8c09b5866a9c083e8499fda42551548b76b5793b Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:14:43 +0100 Subject: [PATCH] Merge pull request #20635 from overleaf/dk-fix-review-footer Fix review panel footer and header positioning GitOrigin-RevId: 6da19c26fa844d0bf673cbcb113d3c47a6d04936 --- .../frontend/stylesheets/app/editor/review-panel-new.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor/review-panel-new.less b/services/web/frontend/stylesheets/app/editor/review-panel-new.less index 7fc67c5594..ad5f6c0970 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel-new.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel-new.less @@ -122,7 +122,7 @@ .review-panel-header { position: fixed; - top: calc(var(--review-panel-top) - 40px); + top: var(--review-panel-top); width: var(--review-panel-width); z-index: 2; display: flex; @@ -396,7 +396,7 @@ padding: 4px; position: absolute; top: 69px; - bottom: 30px; + bottom: 59px; width: 100%; overflow: auto; overscroll-behavior-block: none; @@ -440,7 +440,7 @@ .review-panel-footer { position: fixed; height: 60px; - top: calc(var(--review-panel-bottom) - 100px); + bottom: 0; width: var(--review-panel-width); z-index: 2; background-color: white;