diff options
author | 2016-05-15 15:22:27 +0300 | |
---|---|---|
committer | 2016-05-15 15:22:27 +0300 | |
commit | 648e4a6373d6986af06860fb146b8b6704404d31 (patch) | |
tree | 2ac94e376078b77233a55fe55e58d9900e81e8f8 | |
parent | aefb40944286640c4ec463583e94d8cc469ba053 (diff) |
fix no scrolling
-rw-r--r-- | trex_toc.asciidoc | 23 |
1 files changed, 0 insertions, 23 deletions
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; - } - </style> |