Skip to content

Commit db38623

Browse files
authored
Merge pull request #2915 from Agenta-AI/bug-/-text-overlap-issue-in-playground-ui
[fix] Text overlap issue in Playground UI
2 parents c1480e0 + fede27d commit db38623

File tree

1 file changed

+1
-1
lines changed
  • web/oss/src/components/Playground/Components/PlaygroundGenerations/assets/GenerationHeader

1 file changed

+1
-1
lines changed

web/oss/src/components/Playground/Components/PlaygroundGenerations/assets/GenerationHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const GenerationHeader = ({variantId}: GenerationHeaderProps) => {
6868
return (
6969
<div
7070
className={clsx(
71-
"h-[48px] flex justify-between items-center gap-4 sticky top-0 z-1000 !bg-[white]",
71+
"h-[48px] flex justify-between items-center gap-4 sticky top-0 z-[1000] !bg-[white]",
7272
classes.container,
7373
)}
7474
>

0 commit comments

Comments
 (0)