From 5144d1dac090963ec7de789ca1955e4b1bc2123d Mon Sep 17 00:00:00 2001 From: Zhongwei Sun Date: Fri, 23 Jan 2015 22:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20chrome=20=E4=B8=8BUI=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelican/themes/notmyidea/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index d351f4d8..838358ce 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -118,6 +118,10 @@ pre { overflow-x: auto; } +.highlight { + overflow: auto; +} + /* Quotes */ blockquote { background: #f9f9f9;