fix(ui): adjust z-index of Embedded Media Player and sticky header (#2848)

This commit is contained in:
TAKAHASHI Shuuji 2024-08-10 23:55:05 +09:00 committed by GitHub
parent d79add2ddb
commit 1d62c2640e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ const containerClass = computed(() => {
<template>
<div ref="container" :class="containerClass">
<div
sticky top-0 z10
sticky top-0 z-20
pt="[env(safe-area-inset-top,0)]"
bg="[rgba(var(--rgb-bg-base),0.7)]"
class="native:lg:w-[calc(100vw-5rem)] native:xl:w-[calc(135%+(100vw-1200px)/2)]"