Merge pull request #37242 from Vibhuti410/remove-grid-height-override

fix: restore z-index for sticky grid column
This commit is contained in:
Ejaaz Khan 2026-02-19 14:43:21 +05:30 committed by GitHub
commit aee0295275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;