Hi @ruenel ,
I have pasted the following CSS code from this forum post to make my header blurry like on Apple’s website:
$el.x-bar {
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
Unfortunately, while scrolling on my website via phone the header is glitchy (disappears sometimes for no reason and doesn’t work properly)
I tried clearing cache and tested it on other browsers… but the issue is still there
Please watch this video down below to see what I talk about: