From 144c999d1c72951857c0b2ab93432203f1b6c916 Mon Sep 17 00:00:00 2001 From: Bhavin K <58818598+techbhavin@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:52:53 +0530 Subject: [PATCH] fix: updated css clash with tree select (#14343) --- .../widgets/MultiSelectTreeWidget/component/index.styled.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/client/src/widgets/MultiSelectTreeWidget/component/index.styled.tsx b/app/client/src/widgets/MultiSelectTreeWidget/component/index.styled.tsx index 2132c338d2..3b6a1e7250 100644 --- a/app/client/src/widgets/MultiSelectTreeWidget/component/index.styled.tsx +++ b/app/client/src/widgets/MultiSelectTreeWidget/component/index.styled.tsx @@ -380,8 +380,9 @@ border: 1px solid #E8E8E8; top: 7px; left: 3px; right: 3px; - background-color: ${Colors.WHITE}; + background-color: ${Colors.WHITE} !important; position: absolute; + transform: unset; } }