MudBlazor / TryMudBlazor

A playground for trying out and testing MudBlazor components entirely in the browser.
https://try.mudblazor.com/
GNU General Public License v2.0
75 stars 36 forks source link

Missing spinner on page load #154

Open benbaker76 opened 2 months ago

benbaker76 commented 2 months ago

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.

<link href="css/site.css" rel="stylesheet" />
benbaker76 commented 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)