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

bug: no add z-index #3

Open
chen00jian opened this issue Nov 15, 2013 · 1 comment
Open

bug: no add z-index #3

chen00jian opened this issue Nov 15, 2013 · 1 comment

Comments

@chen00jian
Copy link

you must add in js/jquery.pageguide.js:

wrapper.css("z-index","999999999");
toggle.css("z-index","999999999");
message.css("z-index","999999999");
shadow.css("z-index","999999999");

OR modify css/pageguide.css

pageGuideWrapper #pageGuideMessage {

......
........
/* z-index: 1001;*/
z-index: 999999999;

}

OR add #pageGuideWrapper div{z-index:99999999}

@impressiver
Copy link
Contributor

That's a lot of nines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants