don't let it overflow off the page

This commit is contained in:
Connor Turland 2016-04-24 11:28:20 -04:00
parent 7cc3e100af
commit 37d1b71418

View file

@ -1636,7 +1636,7 @@ h3.filterBox {
} }
.mapContributors .tip ul { .mapContributors .tip ul {
max-height: 188px; max-height: 144px;
overflow-y: auto; overflow-y: auto;
} }