mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 01:46:08 +00:00
Fix sidebar jank on desktop.
This commit is contained in:
2
docs/_static/style.css
vendored
2
docs/_static/style.css
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user