Add overflow-y to pre-tag

This commit is contained in:
Mathias Schopmans
2017-04-03 16:01:06 +02:00
parent b9c9eb8798
commit 8424d7d4eb

View File

@@ -44,5 +44,8 @@
margin: 10 0 10 0;
}
pre {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}