I have a div with login-box class. I wanna blur everything (except input box) and stop scrolling when I hover my login box. how can I do it with css?
I have a div with login-box class. I wanna blur everything (except input box) and stop scrolling when I hover my login box. how can I do it with css?
2
Answers
enter image description here
ı want to blur back of the box and when the box closed (box will close after submit) return old setings
What you want isn’t clear, but to blur an element using CSS you can you a filter:
Please try rephrasing your question or putting your code so it’s more clear.