soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 266 forks source link

FIX: The dropdown menu is now css positioned relative to the document #15

Closed ghost closed 11 years ago

ghost commented 11 years ago

The property "position" of ".dropdown-menu" class is now "fixed".

Thus if a parent element of the menu is "position: absolute" or "position: relative" continue positioning relative to the document.