Skip to content

Commit

Permalink
fix(MdTooltip): overlaying in dialog (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed Jan 26, 2018
1 parent c5fc2f5 commit 8ade40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdTooltip/MdTooltip.vue
Expand Up @@ -97,7 +97,7 @@
height: $md-tooltip-height;
padding: 0 8px;
position: fixed;
z-index: 60;
z-index: 111;
pointer-events: none;
border-radius: 2px;
transition: .15s $md-transition-enter-timing;
Expand Down

0 comments on commit 8ade40f

Please sign in to comment.