File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11$ ( function ( ) {
22 $ ( '.navigationDiv' ) . load ( "nav.html .main-sidebar" , null , function ( ) {
3+ var height = $ ( '.sidebar' ) . height ( ) ;
4+ $ ( '.main-sidebar #categories' ) . css ( 'height' , height - 50 + 'px' ) ;
35 // Search Items
46 $ ( '#searchBox' ) . on ( 'keyup' , function ( e ) {
57
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function buildLi(obj){
148148 <div class="search">
149149 <input id="searchBox" type="text" class="form-control input-sm" placeholder="Search Documentations">
150150 </div>
151- <div style='width: 100%;position: absolute;top: 0px;bottom: 0px;left: 0px;padding -top:50px;height:100%'>
151+ <div style='width: 100%;position: absolute;top: 0px;bottom: 0px;left: 0px;margin -top:50px;height:100%' id='categories '>
152152 <div style='height:100%;overflow:auto'>
153153 <ul class="sidebar-menu tree list" data-widget='tree'>
154154 <?js
You can’t perform that action at this time.
0 commit comments