Merge pull request #37242 from Vibhuti410/remove-grid-height-override
fix: restore z-index for sticky grid column
This commit is contained in:
commit
aee0295275
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,7 @@
|
|||
.row-index {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.row-index {
|
||||
left: 31px;
|
||||
|
|
@ -140,6 +141,7 @@
|
|||
position: sticky;
|
||||
left: 0;
|
||||
background-color: var(--fg-color);
|
||||
z-index: 1;
|
||||
}
|
||||
.row-index {
|
||||
left: 31px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue