Currently, I am facing an issue with my search box not unfocusing when clicked. My goal is to have the search box lose focus when anything on the page is clicked, especially the background (div.bb). The elements positioned above the background are set to position:fixed, but switching them to absolute and adjusting the z-index did not solve the problem. Is there a different method that can be used to resolve this?
By the way, you can find the app here.