html,
body
{
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#treeview
{
    height: calc(100vh - 25px);
}