From: Andrew Dolgov Date: Mon, 1 Apr 2013 17:24:26 +0000 (+0400) Subject: Revert "another attempt to workaround against feedtree scroll issues" X-Git-Tag: 1.7.6~51 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9b176694f5ce928ac76984a3b1518353aa9cad5a;p=tt-rss.git Revert "another attempt to workaround against feedtree scroll issues" This reverts commit 9f8b2e6ea821da4b958b20f5c4c957b846021b76. --- diff --git a/tt-rss.css b/tt-rss.css index c6bc77dc..8d5080c6 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -768,7 +768,7 @@ div.fatalError textarea { border-left-width : 0px; border-bottom-width : 0px; border-top-width : 0px; - overflow : auto; + overflow : hidden; } #headlines-wrap-inner { @@ -777,10 +777,6 @@ div.fatalError textarea { border-width : 0px; } -#feedTree { - overflow : visible; -} - #headlines-frame { padding : 0px; border-color : #88b0f0;