Update grayscale.scss

min-height is the correct definition for not reduce the height if the parent size is less.
This commit is contained in:
Jorge Arias 2015-11-24 20:33:32 -03:00 committed by Jorge Arias
parent 3efd4e29c9
commit 858bf655ef

View file

@ -386,10 +386,9 @@ body {
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
min-height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
> div {