﻿html:first-child {
    zoom: 1;
}

#treeview {
    height: calc(100vh / 1 - 137px);
}

#tabcontent {
    height: calc(100vh / 1 - 92px);
}

#cat-main-content-right-column .container:not(.cat-no-scroll) {
    height: calc(100vh / 1 - 146px);
}

.TreePathVisible {
    height: calc(100vh / 1 - 170px);
}
