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 { .jsoneditor-contextmenu {
position: absolute; position: absolute;
box-sizing: content-box; box-sizing: content-box;
z-index: 1; z-index: 2;
.jsoneditor-menu { .jsoneditor-menu {
position: relative; position: relative;
left: 0; left: 0;

View File

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