Hallo Martin,
ich korrigiere mich: Der <thead> ist vermutlich nicht transparent, sondern <tbody> schiebt sich drüber. Braucht thead ein z-index?
table.liste thead {
position: sticky;
top: 5px;
background-color: #fe0;
}
Du ordnst zwar sticky an, aber ohne Positionsangabe.
Danke, der Tipp war's.
Linuchs