From 29e3fbcd34b8918a0524a68aacdcdf3c53e22c16 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 16 Sep 2022 15:57:43 +0530 Subject: [PATCH] fix(ui) - tooltip disappearing issue --- .../Dashboard/components/DashboardView/DashboardView.tsx | 3 +-- frontend/app/styles/general.css | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx b/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx index aa7e3fe63..b870435b7 100644 --- a/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx +++ b/frontend/app/components/Dashboard/components/DashboardView/DashboardView.tsx @@ -133,8 +133,7 @@ function DashboardView(props: Props) { useContext // @ts-ignore theme="nopadding" - animation="none" - hideDelay={200} + hideDelay={0} duration={0} distance={20} html={ diff --git a/frontend/app/styles/general.css b/frontend/app/styles/general.css index 4877d1a32..7e072fcd4 100644 --- a/frontend/app/styles/general.css +++ b/frontend/app/styles/general.css @@ -289,12 +289,8 @@ p { .tippy-notransition, .tippy-notransition > * { transition: none!important; - background-color: transparent!important; will-change: unset!important; } -.tippy-notransition > *[x-circle] { - display: none -} @media print { .no-print {