fix(ui) - tooltip disappearing issue

This commit is contained in:
Shekar Siri 2022-09-16 15:57:43 +05:30
parent d4ed3a32a9
commit 29e3fbcd34
2 changed files with 1 additions and 6 deletions

View file

@ -133,8 +133,7 @@ function DashboardView(props: Props) {
useContext
// @ts-ignore
theme="nopadding"
animation="none"
hideDelay={200}
hideDelay={0}
duration={0}
distance={20}
html={

View file

@ -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 {