Small styling fix

This commit is contained in:
josdejong 2020-07-01 10:58:29 +02:00
parent 87bc7b2561
commit 400b1eea37
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
.jsoneditor-contextmenu {
position: absolute;
box-sizing: content-box;
z-index: 1;
z-index: 2;
.jsoneditor-menu {
position: relative;
left: 0;

View File

@ -72,7 +72,7 @@
console.log("Blur : ",event);
},
indentation: 4,
escapeUnicode: true,
// escapeUnicode: true,
limitDragging: true
};
@ -82,7 +82,7 @@
"color": "#82b92c",
"htmlcode": '"',
"escaped_unicode": '\\u20b9',
"unicode": '\u20b9,\uD83D\uDCA9',
"unicode": '\u{1F600},\uD83D\uDCA9',
"return": '\n',
"null": null,
"number": 123,