Fix cpt widget position

parent cbf988e6
......@@ -3,7 +3,7 @@
max-height: 200px;
min-width: 100px;
padding: 10px;
position: fixed;
position: absolute;
top: 30px;
left: 30px;
border-radius: 10px;
......@@ -21,6 +21,7 @@
width: 100%;
top: 0px;
left: 0px;
position: initial;
border-radius: 0px;
padding: 0px;
}
......
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