|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
|
|
function DrawScrollbar() {
|
|
function DrawScrollbar() {
|
|
|
|
|
|
|
|
- var h = window.innerHeight - ((document.getElementById('revision-toc').clientHeight))/2 ;
|
|
|
|
|
|
|
+ var h = window.innerHeight - (document.getElementById('revision-toc').clientHeight) ;
|
|
|
$('#revision-toc-content').slimScroll({
|
|
$('#revision-toc-content').slimScroll({
|
|
|
railVisible: true,
|
|
railVisible: true,
|
|
|
height: h,
|
|
height: h,
|