From 6023f4e15d4ff92f28a1a74dfead74b5e9990889 Mon Sep 17 00:00:00 2001 From: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com> Date: Mon, 25 Oct 2021 09:53:11 +0530 Subject: [PATCH] fix tooltip causing a horizontal scroll on windows (#8606) --- app/client/src/globalStyles/portals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/globalStyles/portals.ts b/app/client/src/globalStyles/portals.ts index 41dc169241..abba25e54f 100644 --- a/app/client/src/globalStyles/portals.ts +++ b/app/client/src/globalStyles/portals.ts @@ -11,7 +11,7 @@ export const PortalStyles = createGlobalStyle` #tooltip-root { position: absolute; top: 0; - width: 100vw; + width: 100%; z-index: ${Layers.max}; }