V
V
Vlad Osadchyi2018-11-26 16:11:59
css
Vlad Osadchyi, 2018-11-26 16:11:59

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

1 answer(s)
G
Greg Popov, 2018-11-26
@Gregpopov

https://bootsnipp.com/snippets/a6Kz3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question