if (area.y + area.height > initData.document.height) {
        area.height = initData.document.height - area.y;
    }