PavelLaptev / css-houdini-squircle

A tiny CSS Houdini module that allows to add a squircle shape to HTML elements
https://pavellaptev.github.io/squircle-houdini-css/
MIT License
356 stars 13 forks source link

Did not work with drop shadow in this case #12

Open aatmprakash opened 2 years ago

aatmprakash commented 2 years ago

When I use drop shadow it just fade like this- filter: drop-shadow(-2px 1px 11px black);

image

and when I use box-shadow I fell like this-

image

if I am doing something Wrong please help me and let me know . this is the site where I am testing this library (Customui.codes)

PavelLaptev commented 2 years ago

@aatmprakash I'll check it