mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-05-07 02:00:40 +08:00
fix extra controls position
This commit is contained in:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user