soundasleep / jquery-dropdown

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

How to change display to visibility #96

Closed zoxon closed 7 years ago

zoxon commented 8 years ago

Hello. I have problems with display: none. How to change display: none to visibility + opacity. Perfect-scrollbar inside dropdown works not correctly with display: none blocks, but with visibility: hidden works good. Thank you.

claviska commented 8 years ago

It's probably calculating the size while the dropdown is hidden. Try loading it dynamically after the dropdown is shown, or show the dropdown until the scroll plugin is initialized.