File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
}
17
17
::-webkit-scrollbar {
18
18
width : 6px ;
19
+ height : 10px ;
19
20
background-color : transparent;
20
21
padding-top : 50px ;
21
22
}
48
49
.main-sidebar .search {
49
50
padding : 10px 15px ;
50
51
}
51
- .main-sidebar .search input {
52
- }
52
+
53
53
.main-sidebar .list {
54
+ height : 100% ;
54
55
padding : 5px 5px 0 5px ;
55
56
position : relative;
56
57
overflow : auto;
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function buildLi(obj){
148
148
<div class="search">
149
149
<input id="searchBox" type="text" class="form-control input-sm" placeholder="Search Documentations">
150
150
</div>
151
- <div style='width: 100%;position: absolute;top: 50px ;bottom: 0px;left: 0px;'>
151
+ <div style='width: 100%;position: absolute;top: 0px ;bottom: 0px;left: 0px;padding-top:50px;height:100% '>
152
152
<div style='height:100%;overflow:auto'>
153
153
<ul class="sidebar-menu tree list" data-widget='tree'>
154
154
<?js
You can’t perform that action at this time.
0 commit comments