developing a webpage that has an html table with left column and table header fixed, but using "position: sticky" in CSS is not working for firefox specifically
I developed a web page that has an html table in it. My requirements include fixing the table header and leftmost column. I used "position: sticky" in the CSS for this and it is working fine in Chrome Browser but not working in Firefox. I am wondering whether there is some workaround for this for Firefox particularly?