Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Scrollbar inside Dropdown of antD component React

.ant-dropdown-menu {
    max-height: 250px;
    overflow: auto;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Scrollbar #Dropdown #antD #component #React
ADD COMMENT
Topic
Name
1+9 =