/*
    Tree
*/
.elo-tree {
    position: relative;
}

.elo-tree-empty {
    margin-left: 16px;
}

.elo-tree ol.breadcrumb {
    margin-bottom: 0px;
    min-height: 33px;
}

/* content of tree should be height of tree minus breadcrumb */
.elo-tree>div[ng-transclude] {
    height: calc(100% - 33px);
}

/*
    ModalTree
*/
/*.elo-list {
    max-height: 500px;
}*/

/* https://github.com/angular-ui/ui-grid/issues/6017 */
.ui-grid-viewport {
  overflow-anchor: none;
}