aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-07-10 00:52:34 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit9d5d2448909a0a3e6732327def1e1e177a370842 (patch)
tree50ad94108abfbe1858cd8c67e1771e352caec8a7 /vnext/src
parentdc07705da5834ccbb8b7aa8f2cf88d279f5830f4 (diff)
Fix Safari jumping
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/index.css4
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 {