From 1887e9effda23af41e2a91b42bc19c9cd323ddf4 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Fri, 15 Oct 2010 12:35:50 +0000 Subject: [PATCH] Ensure that the project list popup doesn't exceed the page height when many projects are listed - instead make it scrollable. --- www/media/idf/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 1135c05..5432de4 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -773,7 +773,9 @@ div.deprecated-page { -moz-box-shadow: 0 10px 20px #333; -webkit-box-shadow: 0 10px 20px #333; box-shadow: 0 10px 20px #333; - + max-height: 400px; + overflow-x: hidden; + overflow-y: auto; } #project-list ul li {