Ensure that the project list popup doesn't exceed the page height when

many projects are listed - instead make it scrollable.
This commit is contained in:
Thomas Keller 2010-10-15 12:35:50 +00:00
parent 7e10524f92
commit 1887e9effd

View File

@ -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 {