I'm trying to create a custom typeahead in my ui-grid header for filtering purposes and I blocked on a css issue. I want that my filter-child directive is displayed over the grid rows. I cannot achieve that using overflow: visible;
or with z-index
property.
here is my plunker
Thanks in advance.