mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix review panel position with new toolbar (#13759)
GitOrigin-RevId: d601ca23953b56b928b5050064100440c1335bba
This commit is contained in:
parent
28e87a9314
commit
5236cb0ca1
1 changed files with 8 additions and 0 deletions
|
@ -90,6 +90,10 @@
|
|||
font-size: @rp-base-font-size;
|
||||
color: @rp-type-blue;
|
||||
z-index: 6;
|
||||
|
||||
.has-source-toolbar & {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-panel {
|
||||
|
@ -1096,6 +1100,10 @@ button when (@is-overleaf-light = true) {
|
|||
.rp-unsupported & {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.has-source-toolbar & {
|
||||
top: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-track-changes-indicator {
|
||||
|
|
Loading…
Reference in a new issue