mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix caption preview z index
This commit is contained in:
parent
0ed041fe93
commit
665d06c8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export function CaptionPreview(props: {
|
|||
className={classNames({
|
||||
"pointer-events-none overflow-hidden w-full rounded": true,
|
||||
"aspect-video relative": !props.fullscreen,
|
||||
"fixed inset-0 z-[60]": props.fullscreen,
|
||||
"fixed inset-0 z-[999]": props.fullscreen,
|
||||
})}
|
||||
>
|
||||
{props.fullscreen && props.show ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue