Posted 26 September 2018, 2:55 pm EST - Updated 3 October 2022, 11:06 am EST
Hi,
I currently have a wierd issue where, in our app, we have gray block appearing in our app when there is group opened. It can flicker when moving on the worksheet.
I narrowed down the problem in this specific case to the display property in angular material. If I comment out, our website does not display properly, but the gray bloc dissapear.
.layout, .layout-column, .layout-row {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
I have not been able to reproduce de issue in our default SpreadJS viewer, meaning it is not caused by the css itself but a combination of html and css. Which make it very hard to reproduce. I did not expect that css from an other worksheet than spreadJS css file would impact the style of the canvas.
I am looking for input to better reproduce/diagnose this error since I can’t know the origin of the gray color in the canvas to my knowledge.
Thanks
