Aronne Gandini

Results 7 comments of Aronne Gandini

I would like to understand why the difference with blazorfiddle, I guess it's using an older version? This could help understand the issue, which could be resolved just by changing...

Well, I overridden the rule with z-index: 1100!important as a workaround in my CSS, but it's a workaround. It should be fixed, I won't do it unless it's clear there...

Nice, that was my issue too. It's a back end utility app I made for another project, and I basically kept the same name adding another part and that broke...

The problem is that **mud-tooltip-root** sets the containing div display as `inline-block` and that prevents it to grow because a block elements expects explicit size. Changing the display property to...

A solution could be setting the height and width manually, for example setting `width: 100%` works because you set the dimensions. Or we could add a property that changes the...

From a technical standpoint `display: block` (aka: unset) is more precise, because _flex_ could change the content disposition (. If you need to set a flex it's a way (although...

I agree, in the meantime you can create empty items as a workaround. Do you think you can do a PR yourself? It should be easy, just work on CSS...