ar-schraml

Results 4 comments of ar-schraml

I've not used `git bisect` before, but it doesn't seem too complicated from what I've read. I've also not contributed to a project like this, but I'd like to give...

Okay, bisecting resulted in dae2740d91f96898d2ff4dd16e4966272b3073be being the culprit, like @ScarletKuro already suspected. And indeed, if I revert the [changes](https://github.com/MudBlazor/MudBlazor/commit/dae2740d91f96898d2ff4dd16e4966272b3073be#diff-cd4513e58840239469a0804568e5e527c0b202d6a2498248f9d5709c414d2b63) made to `MudBlazor.scss`, the outputed MudBlazor.min.css is the same as it...

@archigo I managed to work around having to use the `For` parameter with reflection. (Which isn't that nice, I know, but it works.) So for an explanation: The only thing...

I think I found a solution in a [StackOverflow](https://stackoverflow.com/questions/56627612/how-to-set-fixed-element-that-placed-in-sticky-one-higher-than-relative/56627794#56627794). So to apply this you first need to find out which parent of your overlay element has `position: sticky` and then...