From 07ec9bc37017df43462265b3a970ac61d4fc78af Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 23 Jul 2020 13:35:51 +1000 Subject: Fix sidebar jank on desktop. --- docs/_static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_static/style.css') diff --git a/docs/_static/style.css b/docs/_static/style.css index 66d0ea43..efb3d6cc 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -1093,7 +1093,7 @@ div.code-block-caption { display: inline-block; position: sticky; top: 1em; - max-height: calc(100vh - 1em); + max-height: calc(100vh - 2em); overflow-y: auto; margin: 1em; } -- cgit v1.2.3