From a2e41f497e7e09073b760164973aa576882b6293 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 16 Feb 2015 17:50:41 +0000 Subject: [PATCH] Style: only show scrollbar on code elements if needed. --- static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.scss b/static/style.scss index 5d4dae3..4bbf947 100644 --- a/static/style.scss +++ b/static/style.scss @@ -132,7 +132,7 @@ code { border-radius: 2px; white-space: pre; max-width: 95%; - overflow-x: scroll; + overflow-x: auto; font-size: 14px; }