diff --git a/one/static/wizard.less b/one/static/wizard.less
index a9d75b1..caf6adf 100644
--- a/one/static/wizard.less
+++ b/one/static/wizard.less
@@ -46,6 +46,7 @@
     }
     .progress{
         text-align: center;
+        position: relative;
         .bar{
             height: 20px;
             background-color: rgb(102, 196, 0);
@@ -56,9 +57,11 @@
             border-radius: 4px;
             height: 20px;
             position: absolute;
-            z-index: -1;
             width: 500px;
         }
+        h3 {
+            position: absolute;
+        }
     }
     input[type=text] {
         display: block;