!67 fix 当Tooltip在LayLayer中时由于LayLayer的zIndex=9999导致此处的tooltip显示被覆盖
Merge pull request !67 from 鄢鹏权/N/A
This commit is contained in:
commit
11f5d9a5c8
@ -90,7 +90,7 @@
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
|
||||
.theme(@ligh-background, @ligh-color, @border-clor);
|
||||
max-width: 300px;
|
||||
z-index: 9999;
|
||||
z-index: 99999;
|
||||
|
||||
// 箭头默认居中
|
||||
.all-arrow-default-center();
|
||||
|
Loading…
Reference in New Issue
Block a user