
.angucomplete-dropdown {
    width: 100%;
    top: 40px;
    overflow-y: auto;
    max-height: 350px;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #007aff;
}