yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

Issue with topbar and typeahead #275

Closed nchie closed 8 years ago

nchie commented 8 years ago

I'm not completely sure if this is an issue that I should post here, but after many hours of trying to solve it by overrriding CSS I've decided to post it here. I'm sorry if it's just me doing something wrong.

The issue is that if I use a typeahead within a topbar, it ends up looking like this: http://i.imgur.com/ArzwzrE.png

Here's a plunker in which it happens: http://plnkr.co/edit/PsjaLIq4obXHlaPYKZqW

jbrowning commented 8 years ago

Sorry this is something you'll need to to override with CSS because that's the issue here. Foundation's topbar CSS is particularly aggressive and we don't include any additional CSS in our library.

nchie commented 8 years ago

Alright, I'll keep trying then, thanks!