Fix z-indexing issue for timeline/browser stream in debugger view (#3854)

This commit is contained in:
Jonathan Dobson
2025-10-29 18:33:23 -04:00
committed by GitHub
parent b89b882d6e
commit 5108b82e4b

View File

@@ -1384,7 +1384,7 @@ function Workspace({
{/* timeline */}
<div
className={cn(
"z-15 h-full w-[5rem] overflow-visible",
"z-[15] h-full w-[5rem] overflow-visible",
{
"skyvern-animate-nudge": nudge,
},