Content
View differences
Updated by Oliver Günther about 9 years ago
It appears that both Chrome and Firefox remove `position:sticky` on `thead` specifically due to incompatibility with CSS 2.1 and issues with nested rows.
A workaround is to apply `position:sticky` not on the thead, but on each th instead.
https://bugzilla.mozilla.org/show\_bug.cgi?id=975644
https://bugs.chromium.org/p/chromium/issues/detail?id=695179
A workaround is to apply `position:sticky` not on the thead, but on each th instead.
https://bugzilla.mozilla.org/show\_bug.cgi?id=975644
https://bugs.chromium.org/p/chromium/issues/detail?id=695179