From 9d52c4f5637b20e1eb6819c25227964b5b37d07b Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Tue, 24 Nov 2015 20:33:32 -0300 Subject: [PATCH] Update grayscale.scss min-height is the correct definition for not reduce the height if the parent size is less. --- css/grayscale.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/grayscale.scss b/css/grayscale.scss index 12009b6d17..a8c7e2528a 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -386,7 +386,7 @@ body { position: absolute; background-color: rgba(0, 0, 0, 0.5); width: 100%; - height: 100%; + min-height: 100%; top: 0; right: 0; bottom: 0;