Browse Source

maintanace

master
azri 1 week ago
parent
commit
bac1bdd189
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      src/pages/Maintainance.jsx

+ 5
- 2
src/pages/Maintainance.jsx View File

10
                 width:"100%",
10
                 width:"100%",
11
                 display:"flex",
11
                 display:"flex",
12
                 position:"absolute",
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
         </Box>
20
         </Box>
18
     )
21
     )
19
 }
22
 }

Loading…
Cancel
Save