Open BCPTe opened 4 months ago
2.4.2
When using backdrop-filter: blur(Xpx) on a div which is inside a ScrollShadow, the filter doesn't work.
No response
Im expecting the filter to work (the background to be blurred)
Linux - Ubuntu 22.04 LTS
Chrome
ENG-1212 [BUG] - Backdrop blur w/ ScrollShadow
Here an example: Example Sandbox
I noticed that the problem only occurs when there is an overflow.
@BCPTe I have investigated your issue and and I think mask-image css is overriding the backdrop-blur style.
mask-image
NextUI Version
2.4.2
Describe the bug
When using backdrop-filter: blur(Xpx) on a div which is inside a ScrollShadow, the filter doesn't work.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
Im expecting the filter to work (the background to be blurred)
Operating System Version
Linux - Ubuntu 22.04 LTS
Browser
Chrome