erhanfirat / combo-tree

ComboTree is a jQuery Plugin which is a combobox item with tree structured data list and multi/single selection options and more.
MIT License
79 stars 67 forks source link

Overflow hidden #12

Closed opinyinRob closed 4 years ago

opinyinRob commented 5 years ago

When the combotreedropdowncontainer has overflow set to hidden so that the you can't scroll if data loaded doesn't all fit. Can't see where to change this.

erhanfirat commented 4 years ago

Can you share screen pic?

erhanfirat commented 4 years ago

expired!

pnbecker commented 4 years ago

You might have run into https://bugs.jquery.com/ticket/12630 if you used an old version of JQuery. There is a simple solution: in styles.css overflow-y:auto; is set on .comboTreeDropDownContainer. Just add !important and it works like a charm.