Semantic UI Multi-Level Dropdown with the selection class does not expand

前端 未结 1 825
感情败类
感情败类 2021-01-13 21:45

When I try and use the dropdown with search selection and select a subcategory, it expands into itself and a small scrollbar appears in the dropdown. If I don\'

相关标签:
1条回答
  • 2021-01-13 22:18

    You need to override the default selection dropdown style. Please use this style

    .ui.selection.dropdown .menu {
        overflow: visible !important;
    }
    
    0 讨论(0)
提交回复
热议问题