Skip to content

Commit

Permalink
Fixed zIndex to avoid conflicts between TinyMCE and OpenMage's overla…
Browse files Browse the repository at this point in the history
…ys in the CMS section (#3851)
  • Loading branch information
fballiano authored Feb 28, 2024
1 parent 5b84ee1 commit 40dcee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/mage/adminhtml/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Variables = {
title:'Insert Variable...',
width:700,
//height:270,
zIndex:1000,
zIndex:9000,
recenterAuto:false,
hideEffect:Element.hide,
showEffect:Element.show,
Expand Down
4 changes: 2 additions & 2 deletions js/mage/adminhtml/wysiwyg/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var widgetTools = {
top:50,
width:950,
//height:450,
zIndex:1000,
zIndex:9000,
recenterAuto:false,
hideEffect:Element.hide,
showEffect:Element.show,
Expand Down Expand Up @@ -354,7 +354,7 @@ WysiwygWidget.chooser.prototype = {
top:50,
width:950,
height:500,
zIndex:1000,
zIndex:9000,
recenterAuto:false,
hideEffect:Element.hide,
showEffect:Element.show,
Expand Down

0 comments on commit 40dcee7

Please sign in to comment.