diff --git a/components/WindowControls.js b/components/WindowControls.js index 927890a..fd9551c 100644 --- a/components/WindowControls.js +++ b/components/WindowControls.js @@ -85,7 +85,7 @@ export default ({ titleBar, theme, handleTitleBarChange, copyable, code }) => ( .copy-button { cursor: pointer; position: absolute; - top: 20px; + top: 0px; right: 16px; } `}