Skip to content

Commit 8ade40f

Browse files
Samuell1marcosmoura
authored andcommitted
fix(MdTooltip): overlaying in dialog (#1446)
1 parent c5fc2f5 commit 8ade40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdTooltip/MdTooltip.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
height: $md-tooltip-height;
9898
padding: 0 8px;
9999
position: fixed;
100-
z-index: 60;
100+
z-index: 111;
101101
pointer-events: none;
102102
border-radius: 2px;
103103
transition: .15s $md-transition-enter-timing;

0 commit comments

Comments
 (0)