From 1d9cdbc341d859a09736ea5266a9838b11737b35 Mon Sep 17 00:00:00 2001 From: Alena Batitskaia Date: Wed, 25 Sep 2024 19:34:47 +0100 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D0=BD=D0=B8=D1=82=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=83=20=D1=83=D1=87=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D0=BD=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/person-page.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/blocks/person-page.css b/src/styles/blocks/person-page.css index 7010779e..7eb21fb5 100644 --- a/src/styles/blocks/person-page.css +++ b/src/styles/blocks/person-page.css @@ -4,9 +4,8 @@ --sidebar-size-end: auto; --content-max-size: 1fr; box-sizing: border-box; - min-height: 100vh; + min-height: 100dvh; display: grid; - grid-template-rows: auto 1fr; grid-template-columns: 100%; }