Skip to content

Commit 40dcee7

Browse files
authored
Fixed zIndex to avoid conflicts between TinyMCE and OpenMage's overlays in the CMS section (#3851)
1 parent 5b84ee1 commit 40dcee7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/mage/adminhtml/variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var Variables = {
7474
title:'Insert Variable...',
7575
width:700,
7676
//height:270,
77-
zIndex:1000,
77+
zIndex:9000,
7878
recenterAuto:false,
7979
hideEffect:Element.hide,
8080
showEffect:Element.show,

js/mage/adminhtml/wysiwyg/widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var widgetTools = {
4444
top:50,
4545
width:950,
4646
//height:450,
47-
zIndex:1000,
47+
zIndex:9000,
4848
recenterAuto:false,
4949
hideEffect:Element.hide,
5050
showEffect:Element.show,
@@ -354,7 +354,7 @@ WysiwygWidget.chooser.prototype = {
354354
top:50,
355355
width:950,
356356
height:500,
357-
zIndex:1000,
357+
zIndex:9000,
358358
recenterAuto:false,
359359
hideEffect:Element.hide,
360360
showEffect:Element.show,

0 commit comments

Comments
 (0)