From 9b176694f5ce928ac76984a3b1518353aa9cad5a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 21:24:26 +0400 Subject: [PATCH] Revert "another attempt to workaround against feedtree scroll issues" This reverts commit 9f8b2e6ea821da4b958b20f5c4c957b846021b76. --- tt-rss.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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;