mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 23:30:55 +00:00
Avoid blank screen bug, when triggered by very large comments.
This commit is contained in:
parent
0841ab8278
commit
71cfc863b5
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
padding-bottom: 52px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rp-state-overview & {
|
.rp-state-overview & {
|
||||||
|
|
Loading…
Reference in a new issue