From 878b21ba1d38a0f84e185d87d9932bdd8855ce37 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Mar 2013 20:23:03 +0400 Subject: [PATCH] add workaround for double scrollbars in feed panel --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index e653c7678..61f355a4f 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -814,7 +814,7 @@ div.fatalError textarea { border-left-width : 0px; border-bottom-width : 0px; border-top-width : 0px; - overflow : auto; + overflow : hidden; } #headlines-wrap-inner {