Scrollbar Inside Dropdown of Antd Composant React

.ant-dropdown-menu {
    max-height: 250px;
    overflow: auto;
}
Aditya