diff --git a/components/Carbon.js b/components/Carbon.js index 5e0bdd6..d827e2c 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -291,6 +291,13 @@ class Carbon extends React.PureComponent { .container :global(.CodeMirror-linenumber) { cursor: pointer; } + + @media (max-width: 768px) { + /* show cursor on mobile */ + .container :global([contenteditable='true']) { + user-select: text; + } + } `}