Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't put typeahead above other grid-block #6464

Closed
pidupuis opened this issue Apr 13, 2015 · 3 comments
Closed

Can't put typeahead above other grid-block #6464

pidupuis opened this issue Apr 13, 2015 · 3 comments

Comments

@pidupuis
Copy link

See the following plunker (better with smaller screen).

I'm using foundation-apps with grid-blocks generated by ng-repeat. The inputs are using angular-foundation typeahead. When you type an 'a' in one of the input, the dropdown will appear strictly within its grid-block. Consequently I obtain a scroll bar while I would like to see the dropdown above everything else...

A z-index does not seem to change anything.

@gakimball
Copy link
Contributor

Grid elements are overflow: auto by default, so they can scroll when need be. Adding overflow: visible might fix your issue.

And for future reference, Foundation for Apps has its own issue tracker, which you can check out over here.

@pidupuis
Copy link
Author

Thanks, it works! :)

Sorry I have misplaced this issue. In my defence, the foundation-apps support page redirects to foundation issue page (https://github.com/zurb/foundation/issues) instead of the one of foundation-apps (https://github.com/zurb/foundation-apps/issues). That's pretty confusing ^^'

@gakimball
Copy link
Contributor

@pidupuis Ah yes, we fixed that recently, I'll make sure the fix was deployed to the live servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants