Hi there! A little bit ago, I added a backdrop blur to my navbar with custom code that really brings the site together. However, I have two issues I was hoping to get some help with:
There seems to be an issue with my nav bar where, upon scrolling up and down, all but the blurred background disappears. I’m getting this on Safari specifically, because…
I can’t seem to get the backdrop blur to work on Chrome. I’ve copied the code from examples and from apple’s own website, and I know it’s a supported property, but I can’t get it to work for some reason. Seeing as most people are on Chrome, I’d like that to work if possible.
It looks like that was from a previous attempt I forgot about. I’m trying to do it through a custom HTML tag called Blur Background on the nav symbol. I’ve deleted the .example-class code, as they both do the same thing. I’ll add it below in case you can see something wrong here:
So I got a chance to look at this again. I think maybe the Global Nav Div Container might be causing the problem and isn’t really necessary anyway. So I pulled the navbar out and re-styled the .container .nav.
I literally just needed to get rid of the two extraneous containers, that seems to have done the trick. Thank you so much for your help, I really appreciate it!