From: Andrew Dolgov Date: Fri, 29 Mar 2013 18:41:08 +0000 (+0400) Subject: another attempt to workaround against feedtree scroll issues X-Git-Tag: 1.7.6~148 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9f8b2e6ea821da4b958b20f5c4c957b846021b76;p=tt-rss.git another attempt to workaround against feedtree scroll issues --- diff --git a/tt-rss.css b/tt-rss.css index 4ec06b30..c975e415 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -780,7 +780,7 @@ div.fatalError textarea { border-left-width : 0px; border-bottom-width : 0px; border-top-width : 0px; - overflow : hidden; + overflow : auto; } #headlines-wrap-inner { @@ -789,6 +789,10 @@ div.fatalError textarea { border-width : 0px; } +#feedTree { + overflow : visible; +} + #headlines-frame { padding : 0px; border-color : #88b0f0;