Commit 3cb4310d authored by wildfirecode13's avatar wildfirecode13

1

parent af37c3ad
......@@ -67,21 +67,22 @@ body {
}
.diacontmidpos {
position: fixed;
top: 0%;
left: 0%;
bottom: 0%;
right: 0%;
position: absolute;
margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
}
.canvasLayer{
z-index: 99999;
z-index: 9999;
}
.popcontainer {
position: fixed;
z-index: 99999;
// width: 750px;
// height: 1624px;
// top: 50%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment