Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

[Menu] - Dropdown menu display error using vertical class #6997

Closed teacher-zhou closed 1 year ago

teacher-zhou commented 4 years ago

Code as below

<div class="ui compact menu vertical">
    <div class="ui simple dropdown item">
        Dropdown
        <i class="dropdown icon"></i>
        <div class="menu">
            <div class="item">Choice 1</div>
            <div class="item">Choice 2</div>
            <div class="item">Choice 3</div>
        </div>
    </div>
</div>

Result

image

and I also cannot click the dropdown items

lubber-de commented 4 years ago

This was already fixed in the active community fork Fomantic-UI See your fixed example here https://jsfiddle.net/lubber/qhzv6kag/