Fix min height for firefox 66
This commit is contained in:
parent
b41d768cca
commit
5d3dd7b351
@ -238,7 +238,7 @@ section {
|
||||
background: white;
|
||||
margin: auto;
|
||||
width: 820px;
|
||||
min-height: calc(100% - 97px);
|
||||
min-height: calc(100% - 94px);
|
||||
z-index: 10;
|
||||
padding: 15px;
|
||||
text-align: justify;
|
||||
|
Loading…
x
Reference in New Issue
Block a user