This commit is contained in:
James Cole
2017-11-25 20:27:36 +01:00
parent 35647a062c
commit 23826557c3

View File

@@ -127,3 +127,9 @@ span.info-box-text a:hover, span.info-box-number a:hover {
color: #000;
text-decoration: underline;
}
.dropdown-menu {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}