Fix z-indexing issue for timeline/browser stream in debugger view (#3854)
This commit is contained in:
@@ -1384,7 +1384,7 @@ function Workspace({
|
|||||||
{/* timeline */}
|
{/* timeline */}
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"z-15 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