From: Hanoh Haim Date: Sun, 15 May 2016 12:22:27 +0000 (+0300) Subject: fix no scrolling X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=648e4a6373d6986af06860fb146b8b6704404d31;p=trex.git fix no scrolling --- diff --git a/trex_toc.asciidoc b/trex_toc.asciidoc index e4085746..984ebca4 100644 --- a/trex_toc.asciidoc +++ b/trex_toc.asciidoc @@ -166,29 +166,6 @@ ifdef::backend-xhtml11[] } - html{ - overflow: hidden; - } - - body{ - margin-right: 0px !important; - margin-top: 0px !important; - margin-bottom: 0px !important; - } - - #toc-section{ - position: absolute; - z-index: 200; - } - - #content-section{ - overflow: auto; - } - - #content-section-inner{ - max-width: 50em; - } -