You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
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: