fix for scrollbars

This commit is contained in:
Andy Miller
2018-02-14 18:48:08 -07:00
parent cc34e69afe
commit 6dc23dd71c

View File

@@ -4,8 +4,14 @@
height: 300px;
}
.CodeMirror {
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar {
z-index: 1;
}
}
.CodeMirror-scroll {
margin-right: -36px;
//margin-right: -36px;
position: static;
// hide native scrollbar at the bottom