From: Andrew Dolgov Date: Fri, 29 Mar 2013 16:23:03 +0000 (+0400) Subject: add workaround for double scrollbars in feed panel X-Git-Tag: 1.7.6~151 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=878b21ba1d38a0f84e185d87d9932bdd8855ce37;p=tt-rss.git add workaround for double scrollbars in feed panel --- diff --git a/tt-rss.css b/tt-rss.css index e653c767..61f355a4 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 {