Correct style and add loader
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 49s

This commit is contained in:
Maxime Adler
2025-04-15 11:13:32 +02:00
parent 1b7a43e2ac
commit ab0ab54f61
13 changed files with 93 additions and 50 deletions

View File

@@ -27,6 +27,7 @@
--index-backdrop: 700;
--index-dropdown: 900;
--index-popup: 1000;
--index-overlay: 1100;
}
html {
@@ -61,7 +62,7 @@ html, body, #app {
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
z-index: 10000;
}
#blazor-error-ui .dismiss {