alalonde / angular-scrollable-table

A fixed header table directive for AngularJS
MIT License
68 stars 48 forks source link

overflow:visible for inner div #13

Closed jmaynier closed 10 years ago

jmaynier commented 10 years ago

In my scrollable table, I have editable cells with dropdown to select values, using angular-bootstrap typeahead component. The dropdown is an ul with an absolute position. The parent relative position is the scrollableContainer div which has overflow:hidden css property, so it prevent the ul to overflow outside the scrollable table. I tried to play with the css positioning and overflow with no success. Any idea ?

alalonde commented 10 years ago

Hello, please post a jsfiddle or plunkr clearly demonstrating your problem. I can't provide meaningful support without the ability to test code. You can fork this as a starting point: http://jsfiddle.net/alalonde/BrTzg/

jmaynier commented 10 years ago

I fixed it by using append-to-body option for ui-typeahead and ui-tooltip directive.