From 9d5d2448909a0a3e6732327def1e1e177a370842 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 10 Jul 2019 00:52:34 +0300 Subject: Fix Safari jumping --- vnext/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src') 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 { -- cgit v1.2.3