Answer the question
In order to leave comments, you need to log in
How to blur background when bootstrap modal opens?
As I understand it, the class is responsible for the background of the modal modal-backdrop
, I thought you can do this
.modal-backdrop
{
filter: blur(8px);
-webkit-filter: blur(8px);
}
, but it doesn't work. How can I blur the background?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question