Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

uibModal issue: mask layer could not cover content below  #6644

@JoeyLi-1

Description

@JoeyLi-1

Hi There,

I met a wired issue, this issue occurred on some PC, but others works fine(even same browsers).
This issue only occurred on Chrome. The most wired thing is some pages have such issue but some others dont. All those pages have almost the same code. I dont know why, so hope someone could give me some suggestions. Thank you very much!

First, I have a workaround to solve this issue by add these styles:
`.modal-body,
.modal-footer,
.modal-header {
background-color: white;
}

.modal-backdrop{
background-color: rgba(0, 0, 0, .99);
}
`
This is a screenshot of what happened:
image

Version of Angular, UIBS, and Bootstrap

Angular:1.5.9

UIBS:1.3.3

Bootstrap:3.3.5

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