Fix review panel position with new toolbar (#13759)

GitOrigin-RevId: d601ca23953b56b928b5050064100440c1335bba
This commit is contained in:
Alf Eaton 2023-07-11 14:27:46 +01:00 committed by Copybot
parent 28e87a9314
commit 5236cb0ca1

View file

@ -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 {