diff --git a/HISTORY.md b/HISTORY.md index 42671cd..df03065 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/jsoneditor/css/contextmenu.css b/jsoneditor/css/contextmenu.css index 46e991e..d916037 100644 --- a/jsoneditor/css/contextmenu.css +++ b/jsoneditor/css/contextmenu.css @@ -2,7 +2,7 @@ /* ContextMenu - main menu */ .jsoneditor-contextmenu { - position: absolute; + position: fixed; z-index: 99999; }