Merge pull request #20635 from overleaf/dk-fix-review-footer

Fix review panel footer and header positioning

GitOrigin-RevId: 6da19c26fa844d0bf673cbcb113d3c47a6d04936
This commit is contained in:
David 2024-09-26 15:14:43 +01:00 committed by Copybot
parent 06e24c9081
commit 8c09b5866a

View file

@ -122,7 +122,7 @@
.review-panel-header { .review-panel-header {
position: fixed; position: fixed;
top: calc(var(--review-panel-top) - 40px); top: var(--review-panel-top);
width: var(--review-panel-width); width: var(--review-panel-width);
z-index: 2; z-index: 2;
display: flex; display: flex;
@ -396,7 +396,7 @@
padding: 4px; padding: 4px;
position: absolute; position: absolute;
top: 69px; top: 69px;
bottom: 30px; bottom: 59px;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
overscroll-behavior-block: none; overscroll-behavior-block: none;
@ -440,7 +440,7 @@
.review-panel-footer { .review-panel-footer {
position: fixed; position: fixed;
height: 60px; height: 60px;
top: calc(var(--review-panel-bottom) - 100px); bottom: 0;
width: var(--review-panel-width); width: var(--review-panel-width);
z-index: 2; z-index: 2;
background-color: white; background-color: white;