mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 17:33:30 +01:00
No scrollbar style for JSON mode
This commit is contained in:
parent
c159f7041f
commit
916c1dc9fc
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class JSONEditor extends React.Component {
|
|||
theme: 'maputnik',
|
||||
viewportMargin: Infinity,
|
||||
lineNumbers: false,
|
||||
scrollbarStyle: "null",
|
||||
}
|
||||
|
||||
return <CodeMirror
|
||||
|
|
Loading…
Reference in a new issue