CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudSplitter Display Issue in Firefox

Open freeman412 opened this issue 8 months ago • 5 comments
trafficstars

The splitter-bar does not display propely in firefox. It works as expected in chrome and edge. It is more obvious when shrinking the bar to a smaller size for click and drag purposes - but is present either way. I am no css expert so I have not figured out why, but the .mud-slider-input is 50% lower than it should be all the time in firefox.

.mud-slider-input { top: 50%; }

Chrome:

Image

FireFox:

Image

freeman412 avatar Feb 25 '25 11:02 freeman412