mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 08:39:38 -05:00
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:
parent
64dd07a50f
commit
7ee6b477e1
1 changed files with 4 additions and 1 deletions
|
@ -188,6 +188,10 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rp-size-expanded & {
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.rp-unsupported & {
|
.rp-unsupported & {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -197,7 +201,6 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding-bottom: 52px;
|
padding-bottom: 52px;
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rp-state-overview & {
|
.rp-state-overview & {
|
||||||
|
|
Loading…
Reference in a new issue