fix hook tooltip z-index

pull/5042/head
Thibault Duplessis 2019-05-05 09:08:06 +07:00
parent 0fa67a5030
commit 73a6163a5f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
display: none;
background: $c-bg-box;
position: absolute;
z-index: z('popup');
z-index: z('powertip');
.inner {
@extend %flex-column;
text-align: center;