Closed jmaynier closed 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/
I fixed it by using append-to-body option for ui-typeahead and ui-tooltip directive.
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 ?