fix(timeline): keep playhead below dialogs (#533)

This commit is contained in:
Sai Teja 2025-08-10 03:06:48 +05:30 committed by GitHub
parent 88cb750a3b
commit 8c205273b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export function TimelinePlayhead({
return (
<div
ref={playheadRef}
className="absolute pointer-events-auto z-150"
className="absolute pointer-events-auto z-40"
style={{
left: `${leftPosition}px`,
top: 0,