File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,26 @@ revogr-header {
22 position : relative ;
33 z-index : 5 ;
44 display : block ;
5-
5+
6+ .header-rgRow {
7+ display : block ;
8+ position : relative ;
9+
10+ & .group {
11+ z-index : 0 ;
12+ }
13+ }
14+
15+ .group-rgRow {
16+ position : relative ;
17+ overflow : hidden ;
18+ }
619
720 .rgHeaderCell {
21+ position : absolute ;
22+ box-sizing : border-box ;
23+ height : 100% ;
24+ z-index : 1 ;
825 display : flex ;
926
1027 & .align-center {
@@ -38,30 +55,6 @@ revogr-header {
3855 }
3956 }
4057 }
41- }
42-
43- .rgHeaderCell {
44- position : absolute ;
45- box-sizing : border-box ;
46- height : 100% ;
47- z-index : 1 ;
48- }
49-
50- .header-rgRow {
51- display : block ;
52- position : relative ;
53-
54- & .group {
55- z-index : 0 ;
56- }
57- }
58-
59- .group-rgRow {
60- position : relative ;
61- overflow : hidden ;
62- }
63-
64- .rgHeaderCell {
6558 & .active {
6659 z-index : 10 ;
6760
You can’t perform that action at this time.
0 commit comments