From baa6e2c18b94345e8f00f28a34817abdbdb437dc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 8 Sep 2012 22:31:44 +0100 Subject: [PATCH] Hide toc overflow --- docs/static/css/drf-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/static/css/drf-styles.css b/docs/static/css/drf-styles.css index a0566790e..49740aab4 100644 --- a/docs/static/css/drf-styles.css +++ b/docs/static/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;