1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Add background colour to sticky column to fix error label z-index issue

This commit is contained in:
Andrew Kingston 2023-04-24 13:50:00 +01:00
parent b0ce561383
commit 6a3fcada9b

View file

@ -115,6 +115,7 @@
flex-direction: column;
position: relative;
z-index: 2;
background: var(--cell-background);
}
/* Add right border */