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

青春壹個敷衍的年華 提交于 2019-12-12 09:53:40

问题


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't add search selection it seems to function just fine.

JSFiddle: https://jsfiddle.net/utqz406p/4/

How do I correct this issue?

Edit: This also seems to happen with the selection class as well.


回答1:


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

.ui.selection.dropdown .menu {
    overflow: visible !important;
}


来源:https://stackoverflow.com/questions/34607739/semantic-ui-multi-level-dropdown-with-the-selection-class-does-not-expand

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!