fix(ui): adjust z-index of Embedded Media Player and sticky header (#2848)
This commit is contained in:
parent
d79add2ddb
commit
1d62c2640e
3 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ function activate() {
|
|||
</button>
|
||||
</div>
|
||||
<!-- Results -->
|
||||
<div left-0 top-11 absolute w-full z10 group-focus-within="pointer-events-auto visible" invisible pointer-events-none>
|
||||
<div left-0 top-11 absolute w-full z-10 group-focus-within="pointer-events-auto visible" invisible pointer-events-none>
|
||||
<div w-full bg-base border="~ base" rounded-3 max-h-100 overflow-auto py2>
|
||||
<span v-if="query.trim().length === 0" block text-center text-sm text-secondary>
|
||||
{{ t('search.search_desc') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue