Hello! There seems to be quite annoying bug with background blur effect.
I’m using auto layout for entire page composition (each landing page section). First element in “content” container (let’s call it A) is a sub-navigation bar that has sticky position and background blur effect. When I run a prototype, the effect works as expected only above first container after the sticky bar (let’s call it B), but scrolling further, above another one (let’s call it C), sticky bar’s background becomes solid / opaque.
Also — which I’ve found out by coincidence — if you make those consecutive containers scrollable horizontally (C, or D, etc) and put some element inside them that actually allows for horizontal scrolling (even for 1px) than background blur on the sticky bar (A) works correctly… But that doesn’t always work…
HELP! Thanks!