diff --git a/src/core/style/structure.scss b/src/core/style/structure.scss index 9c9d3a881c3..c2f8d65ca4d 100644 --- a/src/core/style/structure.scss +++ b/src/core/style/structure.scss @@ -1,5 +1,5 @@ html, body { - height: 100%; + min-height: 100%; color: rgba(0,0,0,0.87); background: white; position: relative;