Hi,
in my installation I see double scrollbars. Which CSS properties (overflow?, height?) I have to set? an other observation: after vertical scrolling the header disappears.
<div id="lightbox">
<div id="lightbox-content" style="????">
<span id="close-btn">×</span>
<div id="handsontable" style="width:1660px;height:auto; overflow: auto;" class="handsontable"></div>
</div>
</div>