[Help] | Finding reference to this chromium bug | Mask/clip-path + bd-filter + overflow
hopefully the video is self explanatory..
1 Reply
maybe check this SO post https://stackoverflow.com/questions/59218666/backdrop-filter-not-working-with-overflow-hidden-on-parent
Stack Overflow
Backdrop filter not working with overflow: hidden on parent
I'm trying to use backdrop-filter(blur in this case) on a div only to discover the overflow: hidden property prevents it from applying. The browser is Chrome 78.
Say I've got a div.filter inside a...