Browse Source

Actually make overflowing have a scrollbar on mobile

pull/6176/head
Rapptz 5 years ago
parent
commit
d05fd3552f
  1. 3
      docs/_static/style.css

3
docs/_static/style.css

@ -297,7 +297,7 @@ p {
div.modal { div.modal {
position: fixed; position: fixed;
z-index: 1; z-index: 10;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
@ -623,6 +623,7 @@ pre {
line-height: 1.5em; line-height: 1.5em;
margin: 1.5em 0 1.5em 0; margin: 1.5em 0 1.5em 0;
padding: 10px; padding: 10px;
overflow-x: auto;
} }
pre, code { pre, code {

Loading…
Cancel
Save