[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user