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:
parent
3efd4e29c9
commit
858bf655ef
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue