Ensure panels have higher z-index than timeline in debugger (#3754)

This commit is contained in:
Jonathan Dobson
2025-10-17 07:31:49 -04:00
committed by GitHub
parent 87decd6b77
commit fd515adb9c

View File

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