Actually make overflowing have a scrollbar on mobile

This commit is contained in:
Rapptz
2020-12-18 21:18:52 -05:00
parent d69d509453
commit d05fd3552f
+2 -1
View File
@@ -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 {