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

Depth #12

Open
vdms opened this issue May 13, 2015 · 7 comments
Open

Depth #12

vdms opened this issue May 13, 2015 · 7 comments
Assignees

Comments

@vdms
Copy link

vdms commented May 13, 2015

I am having trouble with a header and a footer that have position: fixed.
When cta grows "VER LISTA DE PASSOS" , it grows behind the header, even changing z-index etc.

Seems that the animation is not happening above all elements.

01
02
03

@vdms
Copy link
Author

vdms commented May 13, 2015

When I insert something like:
dummy.style.setProperty('z-index', '999999', 'important');

It does work correctly.

Maybe as an option when calling cta?
options.dummyIndex (...)

@chinchang
Copy link
Owner

Seems like good idea. Will look into this. Thanks.

@chinchang chinchang self-assigned this May 30, 2015
@jeremymouton
Copy link

I was about to fork the project to fix this (to use with Bower), but a simple CSS override can fix the issue without messing with the script:

body > div:last-child {
  z-index: 999 !important;
}

However, this will probably break down if you have other scripts appending DIVs before the closing tag.

@PawelGIX
Copy link

+1 for z Index option or something similar

@equinusocio
Copy link

Is this project abandoned?

@chinchang
Copy link
Owner

Will take this up this weekend.

@wendellpbarreto
Copy link

any update on this one?

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

6 participants