mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 03:03:26 +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',
|
theme: 'maputnik',
|
||||||
viewportMargin: Infinity,
|
viewportMargin: Infinity,
|
||||||
lineNumbers: false,
|
lineNumbers: false,
|
||||||
|
scrollbarStyle: "null",
|
||||||
}
|
}
|
||||||
|
|
||||||
return <CodeMirror
|
return <CodeMirror
|
||||||
|
|
Loading…
Reference in a new issue