summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-10 11:01:18 +0400
committerAndrew Dolgov <[email protected]>2013-04-10 11:01:18 +0400
commitc3b06333b60512bfe2280a80bbc212d2f548bd26 (patch)
tree31789e17870424ba5c50ca478c09a8971ca89ee8 /tt-rss.css
parent81a6a6a5ccb16d976091ce2195a242f646e9a492 (diff)
Revert "Revert "another attempt to workaround against feedtree scroll issues""
This reverts commit 9b176694f5ce928ac76984a3b1518353aa9cad5a. Conflicts: tt-rss.css
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f8e242e37..48a5aa596 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;