소스 검색

disable slim scroll

Yuki Takei 8 년 전
부모
커밋
010b925446
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      lib/views/layout-growi/base/layout.html

+ 6 - 1
lib/views/layout-growi/base/layout.html

@@ -29,8 +29,12 @@
 
 <!-- Side Scroll Bar-->
 <script>
+  /*
+   * Disabled temporally -- 2018.06.06 Yuki Takei
+   * see https://weseek.myjetbrains.com/youtrack/issue/GC-278
+   *
   function DrawScrollbar() {
-     var h = window.innerHeight - document.getElementById('page-header').clientHeight ;
+    var h = window.innerHeight - document.getElementById('page-header').clientHeight ;
     $('#revision-toc-content').slimScroll({
       railVisible: true,
       position: 'right',
@@ -55,6 +59,7 @@
       }, 200);
     };
   }());
+  */
   </script>
 
 <footer class="footer">