aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-05-29 06:45:44 -0400
committerRapptz <[email protected]>2020-05-29 06:45:44 -0400
commit71f6b950d19bcb02cd003f0e3c31359a3794701d (patch)
tree3cd6bb0f103a094e9feed5e28ae72b9bff13dc1b /docs
parentFix codeblock related things with mobile responsiveness. (diff)
downloaddiscord.py-71f6b950d19bcb02cd003f0e3c31359a3794701d.tar.xz
discord.py-71f6b950d19bcb02cd003f0e3c31359a3794701d.zip
Actually make overflowing have a scrollbar on mobile
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 65c4b156..d9084b4f 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -297,7 +297,7 @@ p {
div.modal {
position: fixed;
- z-index: 1;
+ z-index: 10;
left: 0;
top: 0;
width: 100%;
@@ -623,6 +623,7 @@ pre {
line-height: 1.5em;
margin: 1.5em 0 1.5em 0;
padding: 10px;
+ overflow-x: auto;
}
pre, code {