Bring back position:fixed for tree view resizer

Without position fixed, the resizer breaks when the tree
view is scrolled.
This commit is contained in:
Pat Nakajima
2013-01-22 12:19:10 -08:00
parent 37379851a6
commit 31f0e739cd
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class TreeView extends ScrollView
treeView.focusAfterAttach = state.hasFocus
treeView.scrollTopAfterAttach = state.scrollTop
treeView.width(state.width)
treeView.resizer.css(left: state.width)
treeView.attach() if state.attached
treeView

View File

@@ -16,6 +16,7 @@
width: 10px;
background: transparent;
cursor: col-resize;
position: fixed;
}
.tree-view .entry {