We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926b334 commit 1b95747Copy full SHA for 1b95747
lib/web/mage/translate-inline.css
@@ -8,6 +8,14 @@
8
outline: dotted 1px red !important;
9
}
10
11
+.trnslate-inline-area .window-translate-inline {
12
+ z-index: 903;
13
+}
14
+
15
+.trnslate-inline-area .ui-widget-overlay.ui-front {
16
+ z-index: 902;
17
18
19
* html .translate-inline,
20
* + html .translate-inline {
21
border: dotted 1px red !important;
lib/web/mage/translate-inline.js
@@ -24,7 +24,7 @@ define([
24
autoOpen: false,
25
translateArea: null,
26
modal: true,
27
- dialogClass: 'popup-window',
+ dialogClass: 'popup-window window-translate-inline',
28
width: '75%',
29
title: $.mage.__('Translate'),
30
height: 470,
0 commit comments