summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;