Browse Source

fixed overlapping footer on register page

Mandeep 4 years ago
parent
commit
5055e561ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layouts/UserLayout.vue

+ 1 - 1
src/layouts/UserLayout.vue

@@ -144,7 +144,7 @@ export default {
       }
 
       .footer {
-        position: absolute;
+        // position: absolute;
         width: 100%;
         bottom: 0;
         padding: 0 16px;