Przeglądaj źródła

maintanace

master
azri 1 tydzień temu
rodzic
commit
bac1bdd189
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5
    2
      src/pages/Maintainance.jsx

+ 5
- 2
src/pages/Maintainance.jsx Wyświetl plik

@@ -10,10 +10,13 @@ const Maintainance = () => {
10 10
                 width:"100%",
11 11
                 display:"flex",
12 12
                 position:"absolute",
13
-                zIndex:99999
13
+                zIndex:99999,
14
+                top:0,
15
+                right:0
14 16
             }}
15 17
         >
16
-            <img src={maintananceIMage} style={{width:"100%", margin:"auto auto"}} />
18
+            <img src={maintananceIMage} style={{height:"100vh",
19
+                width:"100%", margin:"auto auto"}} />
17 20
         </Box>
18 21
     )
19 22
 }

Ładowanie…
Anuluj
Zapisz