angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

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

Closed JoeyLi-1 closed 6 years ago

JoeyLi-1 commented 6 years ago

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

cmartin81 commented 6 years ago

I also have this problem. Trying out your solution

JoeyLi-1 commented 6 years ago

Hi @icfantv, Could you please review this issue? Thank you!

icfantv commented 6 years ago

@JoeyLi-1 apologies, but this project is no longer being maintained.

JoeyLi-1 commented 6 years ago

Ooops! Okay, I will close this issue and just treat the workaround as solution. Anyway, thank you!