From 38dd334dc5cab6b3b5774dafb4b921bf86386b99 Mon Sep 17 00:00:00 2001 From: okorie2 Date: Wed, 20 Nov 2024 15:40:36 +0000 Subject: [PATCH] fix:DX-1936; RHCP scroll issue --- src/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 69ded48e0..788490a02 100644 --- a/src/index.css +++ b/src/index.css @@ -77,10 +77,16 @@ body { -webkit-font-smoothing: antialiased; transition: background 0.2s ease-in-out; font-family: "GothamNarrow-Book", "Helvetica Neue", sans-serif; + overflow: hidden; +} +html, +body, +#root { + width: 100%; + height: 100%; } #root { - min-height: 100vh; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f2f7fd 100%); overflow: auto; position: relative;