aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-03-04 19:46:00 +0100
committerGitHub <noreply@github.com>2018-03-04 19:46:00 +0100
commit47f3a61a5c42e73a8f62b31eadfa66925c44f7e3 (patch)
treeb26ee17fb03545c9e42cfd581e1a2bc2f5ca3678 /docs
parent97aa43d1213a79b57c1495914050168699712f8a (diff)
parentf3a27e27796fc5868c356e8654ca8e58658e9318 (diff)
downloadmitmproxy-47f3a61a5c42e73a8f62b31eadfa66925c44f7e3.tar.gz
mitmproxy-47f3a61a5c42e73a8f62b31eadfa66925c44f7e3.tar.bz2
mitmproxy-47f3a61a5c42e73a8f62b31eadfa66925c44f7e3.zip
Merge pull request #2948 from Kriechi/docs-sidebar-height
render sidebar without height limit
Diffstat (limited to 'docs')
-rw-r--r--docs/src/themes/mitmproxydocs/static/css/style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/themes/mitmproxydocs/static/css/style.css b/docs/src/themes/mitmproxydocs/static/css/style.css
index 270f7cbc..6029ddb6 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; }