-
Notifications
You must be signed in to change notification settings - Fork 110
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
Freeze headers on scroll in <ion-slide-box> #52
Comments
@RohitrahD Try adding Something like this,
|
@uzumakinaruto123 I tried the code give by you but it didn't work :( |
what happens with this structure? Did main content scrolling stop? The first thing to do is stop the content scroll. Maybe ion-content properties are getting overridden. Force |
@uzumakinaruto123 I noticed one thing in my code now. For .slider-slide class, height is set to 100%. The slide container's height was 622px. So when I changed it to 500px i.e. less than 600px, it started scrolling. But the issue is what to do when it comes to different dimensions of device? I even tried height: auto but it takes 100% by default. |
Using px units would be a temporary fix! Keep height: 100% and add |
Hello,
I am using in my mobile app. When scrolled in y-direction to fill up the fields, my tab headings go up.
I want to freeze the tab headers just as my main header. Can anyone please help.
The text was updated successfully, but these errors were encountered: