summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-03 10:54:54 +0300
committerAndrew Dolgov <[email protected]>2014-11-03 10:54:54 +0300
commit2f43089de1ead3f164b8b31967d1abbb784319fa (patch)
treeb203105149ec234ebe155d5718d2cbb6390b4a45 /css
parentd9c93ebfdb860878609c6a59ef4df99f8f93643f (diff)
body: disable overflow
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index d5737989a..8d692cfa5 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -7,6 +7,10 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
font-size: 14px;
}
+body#ttrssMain {
+ overflow : hidden;
+}
+
div.postReply {
padding : 0px;
}