#body {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
/* override standalone page styling so that the tooltip is fully shown */
body {
        padding-left:150px;
        padding-top:250px;
}