fix copy button styles

main
Mike Fix 6 years ago
parent 608392b517
commit 1f9f32f49b

@ -85,7 +85,7 @@ export default ({ titleBar, theme, handleTitleBarChange, copyable, code }) => (
.copy-button { .copy-button {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
top: 20px; top: 0px;
right: 16px; right: 16px;
} }
`} `}

Loading…
Cancel
Save