Ensure panels have higher z-index than timeline in debugger (#3754)
This commit is contained in:
@@ -1384,7 +1384,7 @@ function Workspace({
|
|||||||
{/* timeline */}
|
{/* timeline */}
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"z-20 h-full w-[5rem] overflow-visible",
|
"z-15 h-full w-[5rem] overflow-visible",
|
||||||
{
|
{
|
||||||
"skyvern-animate-nudge": nudge,
|
"skyvern-animate-nudge": nudge,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user