mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 00:34:06 +00:00
Actually make overflowing have a scrollbar on mobile
This commit is contained in:
parent
8a94adcbcd
commit
71f6b950d1
3
docs/_static/style.css
vendored
3
docs/_static/style.css
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user