mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
IE6 stylesheet: Limit height of div.scroll
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user