diff --git a/resources/css/app.css b/resources/css/app.css index db9cf08b..95361bc6 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -6,9 +6,6 @@ .v-leave-active { transition: opacity 0.3s ease; } -html { - overflow-y: scroll; -} .v-enter-from, .v-leave-to { opacity: 0; diff --git a/resources/js/Pages/Auth/ForgotPassword.vue b/resources/js/Pages/Auth/ForgotPassword.vue index 48c2d79b..e549f5c4 100644 --- a/resources/js/Pages/Auth/ForgotPassword.vue +++ b/resources/js/Pages/Auth/ForgotPassword.vue @@ -1,31 +1,50 @@ diff --git a/resources/js/Pages/Auth/ResetPassword.vue b/resources/js/Pages/Auth/ResetPassword.vue index 009e25b5..49094dd3 100644 --- a/resources/js/Pages/Auth/ResetPassword.vue +++ b/resources/js/Pages/Auth/ResetPassword.vue @@ -1,45 +1,46 @@ diff --git a/resources/js/Pages/Home.vue b/resources/js/Pages/Home.vue index a04f76e4..69626cbd 100644 --- a/resources/js/Pages/Home.vue +++ b/resources/js/Pages/Home.vue @@ -29,3 +29,9 @@ provide('isLoginRef', isLogin)