summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 22:41:08 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 22:41:08 +0400
commit9f8b2e6ea821da4b958b20f5c4c957b846021b76 (patch)
treeaa376e690213972a2ac21fd98b9d00c9881b66a8 /tt-rss.css
parent35a86757d80ba9bd1a16ba4a0c2f1843e11769ed (diff)
another attempt to workaround against feedtree scroll issues
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4ec06b30a..c975e4156 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -780,7 +780,7 @@ div.fatalError textarea {
border-left-width : 0px;
border-bottom-width : 0px;
border-top-width : 0px;
- overflow : hidden;
+ overflow : auto;
}
#headlines-wrap-inner {
@@ -789,6 +789,10 @@ div.fatalError textarea {
border-width : 0px;
}
+#feedTree {
+ overflow : visible;
+}
+
#headlines-frame {
padding : 0px;
border-color : #88b0f0;