Fixed #70: positioning issue of the action menu when in bootstrap modal.
This commit is contained in:
parent
9a313b92ba
commit
7fa3e0cc94
|
@ -3,6 +3,12 @@
|
|||
http://jsoneditoronline.org
|
||||
|
||||
|
||||
## not yet released, version 2.3.3
|
||||
|
||||
- Fixed a positioning issue of the action menu when in bootstrap modal.
|
||||
(thanks tsash).
|
||||
|
||||
|
||||
## 2013-09-26, version 2.3.2
|
||||
|
||||
- The web application is now available offline. Thanks ayanamist.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* ContextMenu - main menu */
|
||||
|
||||
.jsoneditor-contextmenu {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue