From 6a72bfee403e47c79bb4c227ab551a184efd0f8f Mon Sep 17 00:00:00 2001 From: Ruben Restrepo Date: Fri, 14 Dec 2018 09:48:20 -0500 Subject: [PATCH] Fixed missing scroll issue for sign up --- css/index.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.styl b/css/index.styl index 192c3a62e..247e20faf 100644 --- a/css/index.styl +++ b/css/index.styl @@ -76,7 +76,7 @@ loadingSize = 30px font-family "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif text-rendering optimizeLegibility pointer-events none - position fixed + position absolute bottom 0 left 0 width 100%