Fomantic-UI icon indicating copy to clipboard operation
Fomantic-UI copied to clipboard

[Modal] Blur doesn't work in modal without background

Open staniel359 opened this issue 8 months ago • 8 comments

Bug Report

Blur doesn't work in modal without background. The element is just transparent like its parent.

But somehow it works in transparent segment. (See Expected result).

Steps to reproduce

  1. Create a modal with background: none
  2. Inside <div class="content"> place a child element with backdrop-filter: blur(0.5rem)

Expected result

To have a blur.

image

Actual result

image

Testcase

See Steps to reproduce

Screenshot (if possible)

See above.

Version

2.9.3

staniel359 avatar Jun 23 '24 12:06 staniel359