summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-10 15:48:41 +0400
committerAndrew Dolgov <[email protected]>2011-11-10 15:48:41 +0400
commit227cdb72220978bec9848f0edb30f60f227e818b (patch)
treedcf5b465b6de9e2a39194b817c2449928e2c01d2
parentdf0b946fee42bb1f06bdadbc6b3116c3aa718e5e (diff)
fix vertical scrolling in feeds holder
-rw-r--r--tt-rss.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7edf2e1b5..354e81cd2 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1365,6 +1365,7 @@ div.fatalError textarea {
border-left-width : 0px;
border-bottom-width : 0px;
border-top-width : 0px;
+ overflow : auto;
}
#headlines-wrap-inner {