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:
parent
7e10524f92
commit
1887e9effd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user