fix extra controls position

This commit is contained in:
1ilit
2026-01-27 16:36:55 +04:00
parent 4189fb2e13
commit 99c5294860
+1 -1
View File
@@ -61,7 +61,7 @@ export default function CodeEditor({
onMount={handleEditorMount}
/>
{showCopyButton && (
<div className="absolute right-6 bottom-2 z-10 space-y-2">
<div className="absolute flex flex-col right-6 bottom-2 z-10 space-y-2">
{extraControls}
<Button
icon={copied ? <IconTick /> : <IconCopy />}