diff options
| author | Josh <[email protected]> | 2020-07-23 13:35:51 +1000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:55 -0500 |
| commit | 07ec9bc37017df43462265b3a970ac61d4fc78af (patch) | |
| tree | dd952a592db6fb34100076d72cc87fe5bcb1e8f5 /docs/_static/style.css | |
| parent | Fix issues with horizontal overflow on mobile (diff) | |
| download | discord.py-07ec9bc37017df43462265b3a970ac61d4fc78af.tar.xz discord.py-07ec9bc37017df43462265b3a970ac61d4fc78af.zip | |
Fix sidebar jank on desktop.
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; } |