Fixed #70: positioning issue of the action menu when in bootstrap modal.

This commit is contained in:
josdejong 2013-10-17 10:33:28 +02:00
parent 9a313b92ba
commit 7fa3e0cc94
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -2,7 +2,7 @@
/* ContextMenu - main menu */
.jsoneditor-contextmenu {
position: absolute;
position: fixed;
z-index: 99999;
}