diff --git a/components/Carbon.js b/components/Carbon.js index 74f0fb0..1b38dac 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -130,6 +130,10 @@ class Carbon extends React.Component { user-select: none; } + #container :global(.CodeMirror-scroll) { + overflow: hidden !important; + } + #container :global(.window-theme__sharp > .CodeMirror) { border-radius: 0px; }