From: Andrew Dolgov Date: Wed, 10 Apr 2013 07:01:18 +0000 (+0400) Subject: Revert "Revert "another attempt to workaround against feedtree scroll issues"" X-Git-Tag: 1.7.9~27 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c3b06333b60512bfe2280a80bbc212d2f548bd26;p=tt-rss.git Revert "Revert "another attempt to workaround against feedtree scroll issues"" This reverts commit 9b176694f5ce928ac76984a3b1518353aa9cad5a. Conflicts: tt-rss.css --- diff --git a/tt-rss.css b/tt-rss.css index f8e242e3..48a5aa59 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -770,6 +770,7 @@ div.fatalError textarea { border-left-width : 0px; border-bottom-width : 0px; border-top-width : 0px; + overflow : auto; } #headlines-wrap-inner { @@ -778,6 +779,10 @@ div.fatalError textarea { border-width : 0px; } +#feedTree { + overflow : visible; +} + #headlines-frame { padding : 0px; border-color : #88b0f0;