mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
06e24c9081
commit
8c09b5866a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue