diff options
| -rw-r--r-- | docs/static/css/drf-styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/static/css/drf-styles.css b/docs/static/css/drf-styles.css index a0566790..49740aab 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; |
