From 2792209e721e1a438f57625099e90ca54faa9d83 Mon Sep 17 00:00:00 2001 From: dulith Date: Fri, 24 Nov 2023 13:52:14 +0530 Subject: [PATCH] Remove height property --- .../webapp/source/src/app/components/Shared/redirecting.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portals/publisher/src/main/webapp/source/src/app/components/Shared/redirecting.css b/portals/publisher/src/main/webapp/source/src/app/components/Shared/redirecting.css index 5e7ff7b73e8..085f60be5dd 100644 --- a/portals/publisher/src/main/webapp/source/src/app/components/Shared/redirecting.css +++ b/portals/publisher/src/main/webapp/source/src/app/components/Shared/redirecting.css @@ -31,7 +31,7 @@ html, body { } #react-root { - height: 100%; + min-height: 100%; } @media (max-width: 601px) {