From 812d68bc15cf8740131622b0ca6c98fbb81b9281 Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Wed, 14 Dec 2022 19:07:16 +0200 Subject: [PATCH] TCA-835 - fix tc integration layout height --- client/src/components/layouts/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 22615206303bc8..7b245fc660df5c 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -69,6 +69,7 @@ body { .tc-integration-layout > div:only-child { height: 100%; + overflow: auto; } #content-start {