mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Fix review panel position with new toolbar (#13759)
GitOrigin-RevId: d601ca23953b56b928b5050064100440c1335bba
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user