Fixed #61: actions menu not working in bootstrap modal (was a z-index issue)

This commit is contained in:
josdejong 2013-09-16 22:07:52 +02:00
parent 0005bb51b7
commit 99a3c5c34a
6 changed files with 12 additions and 7 deletions

View File

@ -3,6 +3,11 @@
http://jsoneditoronline.org
## not yet released, version 2.3.1
- Fixed non-working action menu when in bootstrap modal (z-index issue).
## 2013-09-13, version 2.3.0
- Implemented an option `modes`, which creates a menu in the editor

2
jsoneditor-min.css vendored

File diff suppressed because one or more lines are too long

4
jsoneditor-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -224,7 +224,7 @@ div.jsoneditor {
.jsoneditor-contextmenu {
position: absolute;
z-index: 999;
z-index: 99999;
}
.jsoneditor-contextmenu ul {

View File

@ -27,8 +27,8 @@
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 2.3.0
* @date 2013-09-13
* @version 2.3.1-SNAPSHOT
* @date 2013-09-16
*/
(function () {

View File

@ -3,7 +3,7 @@
.jsoneditor-contextmenu {
position: absolute;
z-index: 999;
z-index: 99999;
}
.jsoneditor-contextmenu ul {