quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.04k stars 423 forks source link

qgrid-dropdown-menu hidden #215

Open vkhombal opened 6 years ago

vkhombal commented 6 years ago

All children of the qgrid filter drop down menu have overflow set to hidden. This makes the filtering option unusable when qgrid is a part of a HBox with other elements.

What is an efficient way of making the qgrid-dropdown-menu overflow visible?

TimShawver commented 6 years ago

Hmm not sure offhand, I'll need to play around with the CSS a bit to see if I can get this to work. Thanks for the report, seems worth fixing.