From 129dc7af65d1063e20af2bdda28be3bcc3eaf59f Mon Sep 17 00:00:00 2001 From: Swapnil Sengupta Date: Sat, 7 Nov 2020 13:05:36 +0530 Subject: [PATCH] Make background color take up full viewport height --- client/styles/layout/_user.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/styles/layout/_user.scss b/client/styles/layout/_user.scss index 040b4cc05d..518df72767 100644 --- a/client/styles/layout/_user.scss +++ b/client/styles/layout/_user.scss @@ -15,6 +15,7 @@ .new-password-container, .email-verification { height: 100%; + overflow: auto; @include themify() { color: getThemifyVariable('primary-text-color'); background-color: getThemifyVariable('background-color');