How does the Megamenu background become Blur?

Hello Community,

Easily with the following code, the background of each layout element becomes Blur like the section. But i can never blur the background of the mega menu content. Am I doing something wrong?

%root%{
backdrop-filter: blur(10px);
}

Thanks