Skip to content

Commit

Permalink
fix(tooltip): 修复 tootip 当定位不正确的时候,tooltip 会闪烁的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderyx committed Jun 14, 2018
1 parent 1ea407e commit 1b21245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/dao-tooltip/dao-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $tooltip-bg: #000 !default;
font-size: 13px;
line-height: 22px;
position: absolute;
// when position error, fixed tooltip twinkle
pointer-events: none;

// Wrapper for the tooltip content
.dao-tooltip-inner {
Expand Down

0 comments on commit 1b21245

Please sign in to comment.