Merge pull request #7064 from overleaf/mf-comment-on-hover-not-visible

[web] fix comment is not visible while hovering the bubble icon on the project editor minimized review panel

GitOrigin-RevId: 8f20078fc554a4e2d4aae49174a7e1ab71dea592
This commit is contained in:
M Fahru 2022-03-15 08:07:50 -04:00 committed by Copybot
parent 64dd07a50f
commit 7ee6b477e1

View file

@ -188,6 +188,10 @@
display: block;
}
.rp-size-expanded & {
overflow-y: hidden;
}
.rp-unsupported & {
display: none;
}
@ -197,7 +201,6 @@
top: 0;
bottom: 0;
padding-bottom: 52px;
overflow-y: hidden;
}
.rp-state-overview & {