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.
1 parent 8acb3d6 commit bf1d456Copy full SHA for bf1d456
docs/styles.css
@@ -320,14 +320,14 @@ h1 {
320
width: 100vw;
321
height: 100vh;
322
323
- display: flex !important; /* override inline JS styles */
+ display: flex !important;
324
flex-direction: column;
325
align-items: center;
326
justify-content: center;
327
328
gap: 10px;
329
- background: #f0f2f5; /* same as body background */
330
- z-index: 1000001; /* above all UI */
+ background: #f0f2f5;
+ z-index: 1000001;
331
}
332
333
0 commit comments