Skip to content

Commit

Permalink
Small styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 1, 2020
1 parent 87bc7b2 commit 400b1ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/scss/jsoneditor/_contextmenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.jsoneditor-contextmenu {
position: absolute;
box-sizing: content-box;
z-index: 1;
z-index: 2;
.jsoneditor-menu {
position: relative;
left: 0;
Expand Down
4 changes: 2 additions & 2 deletions test/test_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
console.log("Blur : ",event);
},
indentation: 4,
escapeUnicode: true,
// escapeUnicode: true,
limitDragging: true
};

Expand All @@ -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,
Expand Down

0 comments on commit 400b1ee

Please sign in to comment.