css - Bootstrap modal backdrop create model in accesseble in chrome... working in firefox -


The Bootstrap modal is properly running in Firefox, but there is a problem with Google Chrome,

if I delete the following code, then it's running in Chrome:

  .modal-backdrop.modal-absolute {position: relative; Background color: red; Z-index: 940; } .modal-backdrop.fade.in {status: Completed; Top: 0; Correct: 0; Bottom: 0; Left: 0; Z-index: 1030; Background color: # 333333; Opacity: 0.8; }. Model-Backdrop, .modal-backdrop.fade.in {Opacity: 0.45; Status: Completed; Z-index: 1030; Filters: alpha (opacity = 45); Background: black; }   

Please tell me what is wrong with this code

Difficult to say without seeing the output.

If you are using the full position, are you right / left & amp; Top / below attributes in terms of elements instead of margins

Perhaps also make sure that the position of your container (the parent of the full elements) is: relative; , Then the status of her children (fulls) will be her relatives.

Search and search Google for anyone else having this problem, try searching for "full: problem with Chrome"

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -