This commit is contained in:
James Cole 2017-11-25 20:27:36 +01:00
parent 35647a062c
commit 23826557c3
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -126,4 +126,10 @@ span.info-box-icon a {
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;
}