From f3a27e27796fc5868c356e8654ca8e58658e9318 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 3 Mar 2018 13:01:38 +0100 Subject: render sidebar without height limit --- docs/src/themes/mitmproxydocs/static/css/style.css | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/src/themes/mitmproxydocs') diff --git a/docs/src/themes/mitmproxydocs/static/css/style.css b/docs/src/themes/mitmproxydocs/static/css/style.css index 14823447..6a12b096 100644 --- a/docs/src/themes/mitmproxydocs/static/css/style.css +++ b/docs/src/themes/mitmproxydocs/static/css/style.css @@ -6718,7 +6718,6 @@ label.panel-block { padding: 3rem 1.5rem 6rem; } .sidebody { - height: 100vh; overflow-x: hidden; overflow-y: scroll; } -- cgit v1.2.3