diff options
Diffstat (limited to 'doc/source/_static/scipy.css')
-rw-r--r-- | doc/source/_static/scipy.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/_static/scipy.css b/doc/source/_static/scipy.css index 44ac1a60f..03e6763a6 100644 --- a/doc/source/_static/scipy.css +++ b/doc/source/_static/scipy.css @@ -33,6 +33,11 @@ dl.last > dd { margin-left: 30px; } +/* hide overflowing content in the sidebar */ +div.sphinxsidebarwrapper p.topless { + overflow: hidden; +} + /** * Hide dummy toctrees */ |