Skip to content

Commit

Permalink
Update grayscale.scss
Browse files Browse the repository at this point in the history
min-height is the correct definition for not reduce the height if the parent size is less.
  • Loading branch information
joariasl committed Nov 24, 2015
1 parent 3efd4e2 commit 9d52c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9d52c4f

Please sign in to comment.