Backdrop filter not working on child of details
Hi everyone,
Im running into a small issue with my backdrop filter. I am making a mobile menu with the <details> tag in html and using the "open" state for the mobile menu. However, at the moment I can not seem to get 'backdrop-filter: blur (5px);' to work on my child element. When I try to put the backdrop filter on a parent element like on the details tag, my positioning of absolute stops working.
Does anyone have an idea why this happens?
0 Replies