What is the reason for the white background color on fixed columns?
What is the reason for the white background color on fixed columns?

Just wondering what the justification is for the white background being set on the fixed columns view the fixed columns plugin.
Only asking because it is causing problems with our system's custom styles.
This question has an accepted answers - jump to answer
Answers
If it is transparent, then the fixed column is see through and you see the other text sliding around under it! It is totally unusable without a solid background on the cells.
It can be overridden in CSS, but I can look at making it a CSS variable if that would be useful?
Allan
Yeah that would awesome actually!
Change committed here. These are the three variables of interest:
If the header and footer are the same then you can just set
--dtfc_background
.This change will be in the nightly build shortly if you would like to give it a try before release.
Allan
@allan You're a legend