From a50c5785ade166356d03d895ff2dde8a7149f9b6 Mon Sep 17 00:00:00 2001 From: fakz9 Date: Sun, 26 May 2024 09:40:28 +0300 Subject: [PATCH] feat: container full height fix --- src/components/PageBlock/PageBlock.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PageBlock/PageBlock.module.css b/src/components/PageBlock/PageBlock.module.css index 06536e9..c5f3f00 100644 --- a/src/components/PageBlock/PageBlock.module.css +++ b/src/components/PageBlock/PageBlock.module.css @@ -9,6 +9,6 @@ } .container-full-height { - height: calc(100vh - (rem(20) * 2)); + min-height: calc(100vh - (rem(20) * 2)); } \ No newline at end of file