﻿.dropdown-menu.show {
    display: block;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item {
    cursor: pointer;
}
