dowjones/react-dropdown-tree-select

I actually found a work around for my project. I added `.dropdown-content{ overflow-y: auto }` to my css and it scrolls properly for me.

JoseSNubimetrics opened this issue · 0 comments

I actually found a work around for my project. I added .dropdown-content{ overflow-y: auto } to my css and it scrolls properly for me.

Originally posted by @lyleaigbedion in #207 (comment)

It worked for you?? I tried to implement it but it didn´t work!