We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown's pointer remains when size is
Works fine for
<div class="ui borderless menu"> </div>
<div class="right menu"> <div class="ui icon top right pointing dropdown item"> <i class="user icon large"></i> <div class="menu"> <div class="item">Account</div> <div class="item"> Settings</div> <a href="#" class="item">Logout</a> </div> </div> </div>
Pointer should hide.
(300 % browser zoom)
Google Chrome | 67.0.3396.99 (Official Build) (64-bit) JavaScript | V8 6.7.288.46 "semantic-ui": "^2.3.3"
https://jsfiddle.net/m3jke19b/3/
The text was updated successfully, but these errors were encountered:
pointing
No branches or pull requests
[Dropdown] Pointing Dropdown pointer still remains after dropdown menu is collapsed.
Dropdown's pointer remains when size is
Works fine for
Steps
Expected Result
Pointer should hide.
Actual Result
(300 % browser zoom)
Version
Google Chrome | 67.0.3396.99 (Official Build) (64-bit)
JavaScript | V8 6.7.288.46
"semantic-ui": "^2.3.3"
Testcase
https://jsfiddle.net/m3jke19b/3/
The text was updated successfully, but these errors were encountered: