From 33fda0d581f465ebdcad3e6d918e4ad06332f877 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 15 Dec 2021 19:34:54 +0800 Subject: [PATCH] Fix Verify Page being cut-off in Sign Up loop Too lazy to de-couple the css, so this is the best minimal work to reduce scrollingin Sign In while not cutting off Verify Page. --- ui/scss/component/_main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/scss/component/_main.scss b/ui/scss/component/_main.scss index 0b9a7cca9..d21543f64 100644 --- a/ui/scss/component/_main.scss +++ b/ui/scss/component/_main.scss @@ -45,10 +45,6 @@ .main-wrapper__inner--auth { min-height: unset; padding: 0; - - .main--auth-page { - margin-top: 0; - } } .main {