-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Ionic 2 Popover: Toolbar within ion-header or ion-footer doesn't stay fixed #7098
Comments
Thanks for opening an issue with us! We are already aware of this issue and will be looking into it. Note to self - probably related to this issue: #7084 |
Is there any update on this? Seems to still be an issue in RC1 |
Any update for this bug?? |
Meanwhile I tried to switch from Popups to Modals, but then I lose the ability to style them individually... |
Looks like it has not been fixed yet. Any idea if is in the plans? |
Bump. |
For now I fixed this issue using ion-scroll: |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#102 |
In a scrollable Popover (content size is larger than the window of the popover), a
<ion-toolbar>
within<ion-header>
or<ion-footer>
scrolls together with the content.The toolbar should stay fixed on its relative position (top resp. bottom).
Popover template (with title and button to close):
Tested with Ionic 2 beta.10 on Android and Chrome browser.
Your system information:
The text was updated successfully, but these errors were encountered: