From cc103d1a1a37526a0ccc494667ac5a0e3ae5c19c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 13 Aug 2012 23:26:49 +0200 Subject: fixed problem that scrollbar of feeds was hidden when to many items appeared in it --- css/news.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/news.css b/css/news.css index d5262d06c..1945c160d 100644 --- a/css/news.css +++ b/css/news.css @@ -97,7 +97,7 @@ div.feed_controls { #leftcontent { width: 23.2em; top: 3.5em !important; - padding: 0; + padding: 0 0 3em 0; margin: 0; z-index: 0; overflow: hidden; @@ -109,7 +109,6 @@ div.feed_controls { position: relative; overflow: auto; height: 100%; - padding: 0 0 7em 0; box-sizing: border-box; -moz-box-sizing: border-box; } -- cgit v1.2.3