don't let it overflow off the page
This commit is contained in:
parent
7cc3e100af
commit
37d1b71418
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ h3.filterBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapContributors .tip ul {
|
.mapContributors .tip ul {
|
||||||
max-height: 188px;
|
max-height: 144px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue