Fix for z-index in data-tooltip

This commit is contained in:
Halali 2018-10-31 18:45:16 +01:00
parent 9ea3a4f257
commit bdbfde3b46
2 changed files with 7 additions and 1 deletions

View File

@ -33,6 +33,9 @@
opacity: 0.45 !important;
pointer-events: none !important;
}
[data-tooltip]:after {
z-index: 2;
}
</style>
</head>
<body>

View File

@ -40,7 +40,10 @@
width: 640px;
height: 480px;
margin: 20px;
}
}
[data-tooltip]:after {
z-index: 2;
}
</style>
</head>
<body>