From aff8347718387f84b50c9f034dffaba9669b18c0 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Oct 2016 12:57:00 +0200 Subject: [PATCH] Fix alignment of errors/columns height --- src/styles/_app_base.sass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/_app_base.sass b/src/styles/_app_base.sass index cd9db03..5d53331 100644 --- a/src/styles/_app_base.sass +++ b/src/styles/_app_base.sass @@ -1,3 +1,10 @@ +body + position: absolute // allow columns/errors to fill the whole page + top: 0 + left: 0 + right: 0 + bottom: 0 + #app-main display: flex align-items: stretch