We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f6ee0 + ecfc033 commit 0d43305Copy full SHA for 0d43305
docs/styles.css
@@ -313,12 +313,24 @@ h1 {
313
314
#loadingState,
315
#loadingStateDesktop {
316
- display: flex;
+ position: fixed;
317
+ top: 0;
318
+ left: 0;
319
+
320
+ width: 100vw;
321
+ height: 100vh;
322
323
+ display: flex !important;
324
+ flex-direction: column;
325
align-items: center;
326
justify-content: center;
327
328
gap: 10px;
329
+ background: #f0f2f5;
330
+ z-index: 1000001;
331
}
332
333
334
/* ============================================================================ */
335
/* MAIN CONTENT */
336
0 commit comments