mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
remove z height
This commit is contained in:
parent
509a5bd245
commit
935b3d8ad1
@ -425,7 +425,7 @@ function VideoPreview({
|
||||
<source src={relevantPreview.src} type={relevantPreview.type} />
|
||||
</video>
|
||||
<Slider
|
||||
className="absolute inset-x-0 bottom-0 z-30"
|
||||
className="absolute inset-x-0 bottom-0"
|
||||
value={[progress]}
|
||||
onValueChange={onManualSeek}
|
||||
onValueCommit={onStopManualSeek}
|
||||
@ -543,7 +543,7 @@ function InProgressPreview({
|
||||
onLoad={handleLoad}
|
||||
/>
|
||||
<Slider
|
||||
className="absolute inset-x-0 bottom-0 z-30"
|
||||
className="absolute inset-x-0 bottom-0"
|
||||
value={[key]}
|
||||
onValueChange={onManualSeek}
|
||||
onValueCommit={onStopManualSeek}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user