Skip to content

Not working in chrom 64 Bit on Windows #38

@wellenvogel

Description

@wellenvogel

When using easyModal on a chrome 64 Bit on Windows the modal and the panel are both at the same z index thus making the modal unusable.
Checking with dev tools showed a very large integer for the z-index of both elements.
As a workaround setting up a zIndex function solved the issue:
var easyModalOptions={
zIndex: function(){
return 10;
}
}

$(editModal).easyModal(easyModalOptions);

used version: v1.3.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions