Merge pull request #13995 from overleaf/ii-rp-editor-widgets-top-position-fix

[web] Review panel editor widgets placement fix

GitOrigin-RevId: d3f4b79518c0cfac7ce70f75f9f0b40c6b6d3db9
This commit is contained in:
Tim Down 2023-07-24 11:24:58 +01:00 committed by Copybot
parent 3aa0fcf464
commit 48ee03bcb3

View file

@ -1356,4 +1356,8 @@ button when (@is-overleaf-light = true) {
.rp-track-changes-indicator {
border: 0;
}
.has-source-toolbar & {
top: 0;
}
}