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 {