Commit 3cb4310d authored by wildfirecode13's avatar wildfirecode13

1

parent af37c3ad
...@@ -67,21 +67,22 @@ body { ...@@ -67,21 +67,22 @@ body {
} }
.diacontmidpos { .diacontmidpos {
position: fixed; position: absolute;
top: 0%;
left: 0%;
bottom: 0%;
right: 0%;
margin: auto; margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
} }
.canvasLayer{ .canvasLayer{
z-index: 99999; z-index: 9999;
} }
.popcontainer { .popcontainer {
position: fixed; position: fixed;
z-index: 99999;
// width: 750px; // width: 750px;
// height: 1624px; // height: 1624px;
// top: 50%; // 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