Skip to content

Commit d3ff53f

Browse files
fix: remove unnecessary positioning from CodeModeHeader
1 parent 8d70cf5 commit d3ff53f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/workbench/CodeModeHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const CodeModeHeader = memo(
1818
};
1919

2020
return (
21-
<div className="flex relative items-center gap-2 py-2 h-12 pl-2 pr-3 z-50">
21+
<div className="flex items-center gap-2 py-2 h-12 pl-2 pr-3">
2222
{/* Toggle Buttons Section */}
2323
<div className="flex items-center gap-2 ml-8">
2424
<div className="flex items-center gap-1">

0 commit comments

Comments
 (0)