Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing spinner on page load #154

Open
benbaker76 opened this issue Aug 15, 2024 · 1 comment
Open

Missing spinner on page load #154

benbaker76 opened this issue Aug 15, 2024 · 1 comment

Comments

@benbaker76
Copy link

benbaker76 commented Aug 15, 2024

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
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant