File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
app/design/adminhtml/Magento/backend
Magento_Ui/web/css/source/module Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 7
7
// UI -> Data Grid
8
8
// _____________________________________________
9
9
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
-
17
10
//
18
11
// Components
19
12
// ---------------------------------------------
Original file line number Diff line number Diff line change 26
26
@action-multicheck__z-index : @z-index-2 ;
27
27
28
28
// z-index 3
29
- @actions-split__z-index : @z-index-3 ;
30
29
@data-grid-header__z-index : @z-index-3 ;
31
30
32
31
// z-index 4
33
32
@header__z-index : @z-index-4 ;
34
33
@page-actions__fixed__z-index : @z-index-4 ;
35
34
@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 ;
36
38
37
39
// z-index 5
38
40
@field-tooltip__z-index : @z-index-5 ;
You can’t perform that action at this time.
0 commit comments