-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 is added to pin div #94
Comments
Hi! regards, |
My question is related to the issue above. I have a progress bar element pinned. But when it's pinned, the size of the progress bar will become smaller than it should be. Most probably due to position: fixed. How to pin the element yet preserve it's size? Thank you |
Preserving size is something that is quite tricky with pinned elements. |
How can I prevent a style of position:fixed from being added to my pin container? If I add !important to position: relative in .slide it stays relative but then there's extra padding above and below the slide. Also why does
TweenMax.fromTo("#slide1head", 1, {backgroundPosition: "-1440px center"}, {backgroundPosition: "center center", ease: Linear.easeNone}
move from right to left?Here's what I have:
In the stylesheet style2.css I have:
The text was updated successfully, but these errors were encountered: