[Search] Fixed scrolling and layout edit

Changed the CSS so that scrolling for the tree and
search results works again. Additionally, layout
editing works again.
This commit is contained in:
slhale
2015-07-28 12:33:22 -07:00
parent 1a9dd2f144
commit 32b58715c6
4 changed files with 27 additions and 56 deletions

View File

@@ -21,39 +21,11 @@
*****************************************************************************/
// Overrides some styling in user-environ/_layout.scss
.split-layout {
&.vertical {
>.pane {
&:first-child {
.holder {
// Want tree holder to dissapear when search is activated.
// Currently though, just have the tree holder position
// relative to search.
position: relative;
}
}
}
}
}
.pane {
&.treeview.left {
//overflow: auto; // This one works! (But the bar goes too high)
.tree-holder {
// Want tree holder to start right below the search bar
top: 0;
// Make tree invisible when there are things in search results
&.search-in-use {
//display: none;
}
// Want tree holder to start right below the search bar.
top: 60px;
}
.search-holder {
//overflow: auto;
}
}
}

View File

@@ -26,8 +26,9 @@
$rightPadding: 5px;
//position: relative;
//overflow-y: auto; // This should make it scroll, but isn't wokring :(
overflow-y: auto;
padding-right: $rightPadding;
top: 23px;
.search {
//height: auto;