Rendering issues with the new "popup"

There seems to be some rendering bug with the new "Popup" component. This screenshot is taken from the radzen website, on a firefox browser. You can see in the screenshot how the text line underneath the popup is rendered on top of the popup.

billede

Hi @iustin94,

Thanks for reporting this. You can use the following style to resolve the issue on your side until we release a fix:

.rz-popup {
    overflow: hidden;
}
1 Like