Resizing the Panes - KVonGit/quest5-stuff GitHub Wiki
Add this to game.inituserinterface:
JS.eval("$('.elementListWrapper').css('max-height','100px')")
BEFORE:
AFTER:
Add this to game.inituserinterface:
JS.eval("$('.elementListWrapper').css('max-height','100px')")
BEFORE:
AFTER: