CSS / order issue with RadzenProfileMenu

Hi there,

I've been playing around with the Radzen components for Blazor and thankfully they are réally fast! I love them. Now that I've been playing around I run into the following annoyances when setting up a clean blazor project and adding RadZen.

  1. When including the _content/Radzen.Blazor/css/default.css (which should include bootstrap4) the menu is wonky and doesn't look good. Moving back to default-base.css and including bootstrap manually works.
    https://ibb.co/82tcc44

  2. When using the RadzenProfileMenu, it seems to appear "under" other components (looks like a z-index issue) out of the box. I'm placing the icon in the "default" top bar that comes with a new Blazor project - see screenshot.
    https://ibb.co/xHDtf7L

Are these issues that I can / should report here?

Hi @las3r,

The first issue is expected - you should only include the bootstrap css once. This is why we have a base css file.

The second issue seems to be a missing z-index. Try setting the z-index of the profile menu.