That's interesting! You're right, it looks like `backdrop-filter` doesn't respect the `overflow: hidden` rule of the parent browser and paints above it?... I'm working on a solution similar to the snippet Markus posted in bug 1908471, comment 5. We might be able to use a mask, though it gets complicated with using the toolbar background...
Bug 1934039 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
That's interesting! You're right, it looks like `backdrop-filter` doesn't respect the `overflow: hidden` rule of the parent browser and paints above it?... I'm working on a solution similar to the snippet Markus posted in bug 1908471, comment 5. We might be able to use a mask, though it gets complicated with using the toolbar background... see attachement
That's interesting! You're right, it looks like `backdrop-filter` doesn't respect the `overflow: hidden` rule of the parent browser and paints above it?... I'm working on a solution similar to the snippet Markus posted in bug 1908471, comment 5. We might be able to use a mask, though it gets complicated with using the toolbar background... see attachment