diff options
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |