For the past few days, I've noticed that the .sticky-top class is no longer working on thead tags. It was functioning perfectly fine last week, but now it's not responding when I try it on my App. Does anyone know why this might be happening?
<thead class="sticky-top>
...
<thead>
It used to work without any issues, but now it's suddenly stopped. I experimented with using divs instead, and it still works for them. However, I encountered an electron-dom error stating that I can't have a div as a child of a table, and I can't have thead/th as children of a div.
Best regards, Puschek