Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Revert css overflow setting (#2575)
Browse files Browse the repository at this point in the history
* reposition left menu (docs ToC)

* remove commented lines

* revert overflow scroll
  • Loading branch information
arief-hidayat authored and k8s-ci-robot committed Mar 6, 2019
1 parent 8e7a3b1 commit ce2050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var kub = (function () {
var windowHeight = window.innerHeight;
var maxHeight = Math.min(footerTop, windowHeight) - docsTocTop;

docsToc.css({ 'top': docsTocTop + 'px', 'max-height': maxHeight + 'px', 'overflow' : 'scroll' });
docsToc.css({ 'top': docsTocTop + 'px', 'max-height': maxHeight + 'px' });
}

function setHomeHeaderStyles() {
Expand Down

0 comments on commit ce2050d

Please sign in to comment.