Sfoglia il codice sorgente

fixed overlapping footer on register page

Mandeep 4 anni fa
parent
commit
5055e561ab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;