Skip to content

Commit

Permalink
Merge pull request #61 from Pewillia/57-copy-clipboard-button-disappers
Browse files Browse the repository at this point in the history
 change  copyclipboard button
  • Loading branch information
jolevesq authored Nov 27, 2024
2 parents fd51f72 + 0bc9fa0 commit 30d9fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfigTextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function ConfigTextEditor() {
>
<Box sx={modalContentStyle}>
<Box className="config-editor" sx={{ position: 'relative' }}>
<Box sx={{ position: 'absolute', top: 5, right: 10 }}>
<Box sx={{ position: 'fixed', top: 8, right: 34 }}>
<CopyToClipboardButton textToCopy={editorText} />
</Box>
<div className="line-numbers">
Expand Down

0 comments on commit 30d9fc3

Please sign in to comment.