Add background colour to sticky column to fix error label z-index issue
This commit is contained in:
parent
b0ce561383
commit
6a3fcada9b
|
@ -115,6 +115,7 @@
|
|||
flex-direction: column;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
background: var(--cell-background);
|
||||
}
|
||||
|
||||
/* Add right border */
|
||||
|
|
Loading…
Reference in New Issue