fix(ui) - tooltip disappearing issue
This commit is contained in:
parent
d4ed3a32a9
commit
29e3fbcd34
2 changed files with 1 additions and 6 deletions
|
|
@ -133,8 +133,7 @@ function DashboardView(props: Props) {
|
|||
useContext
|
||||
// @ts-ignore
|
||||
theme="nopadding"
|
||||
animation="none"
|
||||
hideDelay={200}
|
||||
hideDelay={0}
|
||||
duration={0}
|
||||
distance={20}
|
||||
html={
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue