fix: hidden message positioning
This commit is contained in:
+7
-1
@@ -109,6 +109,12 @@
|
|||||||
|
|
||||||
#message {
|
#message {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 1010;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes spin {
|
@-webkit-keyframes spin {
|
||||||
@@ -210,7 +216,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="message"><p>WebAssembly is not supported in your browser</p></div>
|
<span id="message"><p>WebAssembly is not supported in your browser</p></span>
|
||||||
<div id="loader-wrapper">
|
<div id="loader-wrapper">
|
||||||
<div id="loader"></div>
|
<div id="loader"></div>
|
||||||
<div class="loader-section section-left"></div>
|
<div class="loader-section section-left"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user