]> git.wh0rd.org - tt-rss.git/commitdiff
Revert "Revert "another attempt to workaround against feedtree scroll issues""
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 10 Apr 2013 07:01:18 +0000 (11:01 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 10 Apr 2013 07:01:18 +0000 (11:01 +0400)
This reverts commit 9b176694f5ce928ac76984a3b1518353aa9cad5a.

Conflicts:
tt-rss.css

tt-rss.css

index f8e242e37d8a4f71d15d9aa125c4fbca9dc8415d..48a5aa5964700ff5e74d438121081eaf3b91f533 100644 (file)
@@ -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;