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

Position fixed error with the content scroll #4

Open
DydjyZ opened this issue Aug 22, 2018 · 0 comments
Open

Position fixed error with the content scroll #4

DydjyZ opened this issue Aug 22, 2018 · 0 comments

Comments

@DydjyZ
Copy link

DydjyZ commented Aug 22, 2018

Solution : add ion-fixed on the alphabet div :

` <div #IndexedMenu class="indexed-menu" ion-fixed>
<div class="indexed-item"
[class.activate]="item === index"
*ngFor="let item of indexes;let i = index"
(click)="selectIndex(i)">
{{ item }}

`

👍

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

1 participant