From 15d7622868322cf3f5cae3df47b3ee83cc494cc3 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Tue, 13 Apr 2010 19:38:29 -0400 Subject: [PATCH] Hiding weird overflow on content pane. --- media/css/reader.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media/css/reader.css b/media/css/reader.css index b99f496da..b207939ca 100644 --- a/media/css/reader.css +++ b/media/css/reader.css @@ -132,7 +132,8 @@ a img { .right-pane { display: none; - overflow: auto !important; + overflow-y: auto !important; + overflow-x: hidden !important; } /* ============= */