Skip to content

Commit fede27d

Browse files
committed
updated tailwind z-index style
1 parent c3c924d commit fede27d

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)