mirror of https://github.com/fantasticit/think.git
fix: fix wrapped tooltip not trigger mouseleave
This commit is contained in:
parent
d71d725dcf
commit
67a5ae54cf
|
@ -204,3 +204,8 @@ a {
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// @see https://github.com/react-component/tooltip/issues/18#issuecomment-411476678
|
||||
.semi-button-disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue