if (isUndefined(box.height)) {
    box.height = document.body.scrollHeight - box.top - box.bottom;
  }