Skip to content

bug: no add z-index #3

@chen00jian

Description

@chen00jian

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions