IE6 stylesheet: Limit height of div.scroll

This commit is contained in:
RichardG867
2021-12-04 13:26:29 -03:00
parent d1c5991c14
commit f51a3d5fe4

View File

@@ -92,7 +92,7 @@ span.emoji {
display: none;
}
div.scroll {
max-height: 500px;
height: expression(Math.min(document.documentElement.clientHeight - 20, 500) + "px");
padding-right: 1px;
overflow-y: scroll;
}