Actually make overflowing have a scrollbar on mobile

This commit is contained in:
Rapptz 2020-05-29 06:45:44 -04:00
parent d69d509453
commit d05fd3552f

View File

@ -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 {