- Issue created by @junkuncz
- Status changed to Closed: won't fix
10 months ago 2:16pm 11 January 2024 - 🇨🇭Switzerland saschaeggi Zurich
This is a core bug as core has changed the absolute/fixed position to use of
position: sticky
which doesn't work properly when a parent has setoverflow
.So I have to close this. Feel free to open a core issue if there is not already one open.
Temporarily you can work around this to unset the stickyness of this table (remove sticky option).
- 🇨🇭Switzerland saschaeggi Zurich
I've opened 🐛 Sticky table header dont work within an element with overflow set (e.g. tabs) Active
- First commit to issue fork.
- Status changed to Needs review
7 months ago 6:24am 3 May 2024 - 🇬🇧United Kingdom stefank
Hi all,
Really sorry to reopen the issue, but this seems to be easy fixable in the Gin theme, and it seems that the overflow: auto; in the .gin-table-scroll-wrapper is not really needed. Correct me if wrong.
Creating a MR, just to be able for the maintainers to consider the change. - Merge request !4173414057-Wrong table sticky header positioning (webform) → (Open) created by stefank
- Status changed to Closed: won't fix
7 months ago 7:17am 3 May 2024 - 🇨🇭Switzerland saschaeggi Zurich
Closing again, as Core has a fix ready and we have different approaches in Gin's issue queue