diff options
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 300353af..d635667b 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -116,8 +116,8 @@ hr { grid-template-areas: "header" "content" "footer"; grid-template-columns: 100%; grid-template-rows: auto 1fr auto; - min-height: 100%; - max-height: 100%; + height: 100%; + width: 100%; } #header { |