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.12k stars 4.94k forks source link

sidebar pointing menu does not work properly #6222

Open shintaroid opened 6 years ago

shintaroid commented 6 years ago

Code:

<div class="ui vertical inverted left visible sidebar pointing menu "> 
  <a class="item"><i class="home icon"></i>Home</a>
  <a class="active item"><i class="block layout icon"></i>Topics</a>
</div>
<div class="pusher">This is some content.</div>

Result: screen shot 2018-02-27 at 12 36 34

When add "pointing", a scrollbar appears. It's not working properly. By the way, it works without any issue in semantic-ui-react.

y0hami commented 6 years ago

Can you create a jsfiddle which reproduces this issue?

shintaroid commented 6 years ago

Here is the jsfiddle: https://jsfiddle.net/shintaroid/h9zyapgj/

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.