From fbf40fbadba4d2553c3dcb58532df82d80ad90c0 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 8 Sep 2012 22:32:06 +0100 Subject: [PATCH] Hide toc overflow --- css/drf-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/drf-styles.css b/css/drf-styles.css index a0566790e..49740aab4 100644 --- a/css/drf-styles.css +++ b/css/drf-styles.css @@ -23,6 +23,10 @@ a.github:hover { text-decoration: none; } +#table-of-contents { + overflow: hidden; +} + /* Preserve the spacing of the navbar across different screen sizes. */ .navbar-inner { padding: 5px 0;