Tailwind css backdrop-blur is not working children until i removed backdrop-blur from parent component #15103
-
What version of Tailwind CSS are you using?
What build tool (or framework if it abstracts the build tool) are you using? "gatsby": "^5.2.0", What version of Node.js are you using? v20.14.0 What browser are you using? Chrome What operating system are you using? Windows Describe your issue The problem i'm getting here is that tailwind css backdrop blur is not working in the nested element. I have an header component and applied background blur it works fine. But it doesn't work in one of my nested component. Here is the code :
The main problem is in this code: Let me know, if you want to know more info |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@Fardeen-Awais Hey there! I converted your repro to a Tailwind Play: https://play.tailwindcss.com/whusdyv2bE When i remove the |
Beta Was this translation helpful? Give feedback.
-
It is not related to tailwind, nested filters don't work as expected |
Beta Was this translation helpful? Give feedback.
I fix this problem by changing the shadcn component.
In Gatsby, I don't why I face this problem. Some tailwind classes aren't working as expected.