From c099c763be0c989ff24155ff5feae42071f67fcb Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Sun, 24 Sep 2017 19:56:10 -0700 Subject: [PATCH] Fix windows scrollbar issue --- components/Carbon.js | 4 ++++ 1 file changed, 4 insertions(+) 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; }