Only show scrolls when needed in tree view

This commit is contained in:
Kevin Sawicki 2013-05-01 08:22:03 -07:00
parent 78d8485243
commit 932d552ae7

View File

@ -24,7 +24,7 @@
.tree-view-scroller {
height: 100%;
width: 100%;
overflow: scroll;
overflow: auto;
}
.tree-view {