Closed Fardeen-Awais closed 10 hours ago
@Fardeen-Awais Hey there! I converted your repro to a Tailwind Play: https://play.tailwindcss.com/whusdyv2bE
When i remove the backdrop-blur-sm
it does look different so this does appear to work both in v3 and v4. Can you clarify what the problem is? Going to close this as a can't repro for now as it's clearly working for me but happy to reopen.
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:
<ul className="flex flex-col gap-5 backdrop-filter bg-[#F9F9F9] bg-opacity-50 backdrop-blur-3xl relative border border-[#bbbbbb] rounded-xl p-3 w-[180px] left-5"> {/* The problem is here: backdrop-blur is not working untill i removed backdrop-blur from header */}
Let me know, if you want to know more info