.suggestionContainer{
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
}

.suggestionItem:hover{
    background-color: #777;
    color: #fff;
}