Skip to content

Commit

Permalink
fix: z-index of drag handle (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick authored Dec 3, 2024
1 parent d030aa1 commit 4c18c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/editor/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ const CellComponent = (
/>
<div
className={cn(
"shoulder-right",
"shoulder-right z-20",
isMarkdownCodeHidden && cellOutput === "below" && "top-14",
)}
>
Expand Down

0 comments on commit 4c18c57

Please sign in to comment.