From ec0bbdc1dffce1912b4474e89107de14f14d50cb Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 19 Oct 2012 14:46:48 -0400 Subject: [PATCH] Hide horizontal scrollbar on .message_list (imported from commit 09600ce19074546285173f8ab8317322d4d0e417) --- zephyr/static/styles/zephyr.css | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index b2302c31c1..a4f33634c2 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -63,6 +63,7 @@ ul#sidebar { background-color: aliceblue; padding-left: 10px; padding-right: 20px; + overflow-x: hidden; } .message_row {