Dropdown menu hidden when used with malihu scrolling

I am using malihu scroll bar in combination with ui semantic dropdown. I was expecting the dropdown to overflow the scrollbar for all content to be displayed. Instead, it hides the dropdown menu under the scrollbar, so the items are invisible.

The html I'm using for the dropdown is the semantic interface:

<div class="ui compact menu">
<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>

      

enter image description here  enter image description here

+3
javascript html css scrollbar semantic-ui


source to share


No one has answered this question yet

Check out similar questions:

7428
How can I check if an element is hidden in jQuery?
2241
When to use margin vs padding in CSS
2201
How do you decide when to use Node.js?
1854
When should you use double or single quotes in JavaScript?
1839
Make the cursor a hand when the user hovers over a list item
1566
Get selected value in dropdown using JavaScript
1235
How do I style my <select> dropdown with CSS only?
1017
jQuery Get Selected Option From Dropdown
677
Hide scrollbar on HTML page
46
Unable to display HTML string



All Articles
Loading...
X
Show
Funny
Dev
Pics