Avoid blank screen bug, when triggered by very large comments.

This commit is contained in:
Paulo Reis 2017-02-17 11:24:50 +00:00
parent 0841ab8278
commit 71cfc863b5

View file

@ -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 & {