.ui-menu{
    max-height: 400px;
    overflow: scroll;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 10px lightgray;
}
.ui-menu-item{
    font-size: 13px;
}