mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
Fix for z-index in data-tooltip
This commit is contained in:
parent
9ea3a4f257
commit
bdbfde3b46
2 changed files with 7 additions and 1 deletions
|
@ -33,6 +33,9 @@
|
|||
opacity: 0.45 !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
[data-tooltip]:after {
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -40,7 +40,10 @@
|
|||
width: 640px;
|
||||
height: 480px;
|
||||
margin: 20px;
|
||||
}
|
||||
}
|
||||
[data-tooltip]:after {
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue