fix horizontal scroll bar for safari (#717)

main
Michael Fix 6 years ago committed by GitHub
parent 5d9effb44e
commit ebc488d51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,7 +216,8 @@ class Carbon extends React.PureComponent {
user-select: none;
}
.container :global(.CodeMirror-scroll) {
.container :global(.CodeMirror-scroll),
.container :global(.CodeMirror-hscrollbar) {
overflow: hidden !important;
}

Loading…
Cancel
Save