Open benbaker76 opened 2 months ago
One other issue I just noticed in the site.css file https://github.com/MudBlazor/TryMudBlazor/blob/main/src/TryMudBlazor.Client/wwwroot/css/site.css#L188
It should be:
/* Editor */
#user-code-editor-container {
overflow: hidden;
}
(.
prefix should not be there)
Hey @ScarletKuro I just wanted to bring your attention to a missing stylesheet in the
index.html
file which is why the spinner is not showing when the site loads.