From 227cdb72220978bec9848f0edb30f60f227e818b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 10 Nov 2011 15:48:41 +0400 Subject: [PATCH] fix vertical scrolling in feeds holder --- tt-rss.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tt-rss.css b/tt-rss.css index 7edf2e1b5..354e81cd2 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1365,6 +1365,7 @@ div.fatalError textarea { border-left-width : 0px; border-bottom-width : 0px; border-top-width : 0px; + overflow : auto; } #headlines-wrap-inner {