Replies: 1 comment
-
This was corrected recently, and should be included in the next release.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suddenly the tab slider is not showing, and it seems to be that the
width
css-property of the style attribute has an invalid charter (comma,
) in it. I have tried to reconstruct the behavior in TryMudBlazor but I cannot. I have no custom javascripts or packages in the page. I took a look at the code in MudBlazor repository, but I can't see anything that set thewidth
to anything that should lead to a decimal number that is not culture invariant (.
).A copy of the element from the Chrome debug window is shown below:
Any ideas what can cause this behavior?
Beta Was this translation helpful? Give feedback.
All reactions