From 8424d7d4eb945f7ef3e8b805c1e724f87600c396 Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Mon, 3 Apr 2017 16:01:06 +0200 Subject: [PATCH] Add overflow-y to pre-tag --- styles/components/markdown.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/components/markdown.css b/styles/components/markdown.css index 8fa9671..360861b 100644 --- a/styles/components/markdown.css +++ b/styles/components/markdown.css @@ -44,5 +44,8 @@ margin: 10 0 10 0; } - + pre { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } }