mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 00:20:00 +00:00
Added max-width to allow overfow scroll on JSONEditor
This commit is contained in:
@@ -115,7 +115,10 @@ class JSONEditor extends React.Component {
|
||||
scrollbarStyle: "null",
|
||||
}
|
||||
|
||||
return <div ref={(el) => this._el = el} />
|
||||
return <div
|
||||
className="codemirror-container"
|
||||
ref={(el) => this._el = el}
|
||||
/>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user