Skip to content

Commit 0444e47

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-46727' into PR-2
2 parents c9eb0d9 + 75b379c commit 0444e47

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
// UI -> Data Grid
88
// _____________________________________________
99

10-
//
11-
// Variables
12-
// ---------------------------------------------
13-
14-
@data-grid-sticky-header__z-index: @page-actions__fixed__z-index;
15-
@data-grid-overlay__z-index: @data-grid-sticky-header__z-index + 1;
16-
1710
//
1811
// Components
1912
// ---------------------------------------------

app/design/adminhtml/Magento/backend/web/css/source/variables/_structure.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
@action-multicheck__z-index: @z-index-2;
2727

2828
// z-index 3
29-
@actions-split__z-index: @z-index-3;
3029
@data-grid-header__z-index: @z-index-3;
3130

3231
// z-index 4
3332
@header__z-index: @z-index-4;
3433
@page-actions__fixed__z-index: @z-index-4;
3534
@data-grid-overlay__z-index: @z-index-4;
35+
@data-grid-sticky-header__z-index: @page-actions__fixed__z-index - 2;
36+
@data-grid-overlay__z-index: @data-grid-sticky-header__z-index + 1;
37+
@actions-split__z-index: @data-grid-overlay__z-index + 1;
3638

3739
// z-index 5
3840
@field-tooltip__z-index: @z-index-5;

0 commit comments

Comments
 (0)