While the Popup is triggered, it's content should show up on the same layer of the triggered component.
The content showed on background layer which is being blurred.
0.67.2
This appears to be a CSS issue, please post on https://github.com/Semantic-Org/Semantic-UI.
Quick fix for a globals css file:
.blurring.dimmed.dimmable > :not(.dimmer).popup {
filter: none;
}
Quick fix for a globals css file:
.blurring.dimmed.dimmable > :not(.dimmer).popup { filter: none; }
Thanks, it worked for me
Most helpful comment
Quick fix for a globals css file: