diff options
author | Vitaly Takmazov | 2019-07-10 00:52:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 9d5d2448909a0a3e6732327def1e1e177a370842 (patch) | |
tree | 50ad94108abfbe1858cd8c67e1771e352caec8a7 /vnext | |
parent | dc07705da5834ccbb8b7aa8f2cf88d279f5830f4 (diff) |
Fix Safari jumping
Diffstat (limited to 'vnext')
-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 { |