summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-19 14:28:08 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-19 14:28:08 +0200
commite9b86ca4ae9960d995a5d052ea0bad519d6b4555 (patch)
tree4da190e91f1fe869a2cafdc0282909bd899c5ef6 /css
parent0cc7d8360b266d4f55a883741929944869428bf9 (diff)
fixed another scrolling bug
Diffstat (limited to 'css')
-rw-r--r--css/news.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/news.css b/css/news.css
index 2bb003bdb..659633862 100644
--- a/css/news.css
+++ b/css/news.css
@@ -449,6 +449,7 @@ div.add_parentfolder {
box-sizing: border-box;
-moz-box-sizing: border-box;
left: 34.1em;
+ overflow: hidden;
}
/**
@@ -457,6 +458,7 @@ div.add_parentfolder {
#rightcontent #feed_items {
box-sizing: border-box;
-moz-box-sizing: border-box;
+ overflow: auto;
height: 100%;
}