From 5b49f62630d8809aabb220741bce58b285da600e Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 2 Apr 2015 10:11:33 +0200 Subject: [PATCH] Fix 404 error page --- app/styles/app/layouts/error.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/app/layouts/error.sass b/app/styles/app/layouts/error.sass index 565c890e..ab8c6f0d 100644 --- a/app/styles/app/layouts/error.sass +++ b/app/styles/app/layouts/error.sass @@ -10,6 +10,10 @@ size: $size position: $pos +.application, .application > .error, .application > .error > .main + min-height: 100vh + + .error, .maintenance height: 100%