Skip to content Skip to sidebar Skip to footer

Semantic Ui Multi-level Dropdown With The Selection Class Does Not Expand

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 selectio

Solution 1:

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

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

Post a Comment for "Semantic Ui Multi-level Dropdown With The Selection Class Does Not Expand"