- Issue created by @sakthi_dev
- @sakthi_dev opened merge request.
- Status changed to Needs review
over 1 year ago 11:31am 26 April 2023 - Status changed to Closed: duplicate
over 1 year ago 11:58am 26 April 2023 - ๐จ๐ญSwitzerland saschaeggi Zurich
Hey sakthi_dev, I've just closed โจ Fix table header on permission admin screen Closed: duplicate as a duplicate as you know. I will close this one as well as a duplicate. Please contribute your efforts to the already open issue ๐ Table header overflow issue for multiple user role on permissions page. Fixed .
(There is already a MR to review, maybe it still needs some work).
Thanks! - ๐ฎ๐ณIndia sakthi_dev
Hi @saschaeggi. I donโt think both are same issue. Anyhow I have added the fix in that issue as well. Thank you!
- ๐บ๐ธUnited States utcbrij
I agree with @sakthi_dev. These are not the same issues. The sticky css problem is in Claro in core. Here is the issue: https://www.drupal.org/project/drupal/issues/3362276 ๐ Use position: sticky for views sticky table header Fixed
The actual css is in
/core/themes/claro/css/components/tableselect.css
. Change the "top" property to "0" seems to solve the problem, but there's a longer discussion going on at that issue above: "To javascript or not to javascript"..position-sticky thead { top: 0; }
- ๐ฌ๐งUnited Kingdom danharper
I have this problem, the table header isn't stick so it makes managing them near impossible,
Looking at https://www.drupal.org/project/drupal/issues/3362276 ๐ Use position: sticky for views sticky table header Fixed they have gone with a different approach but only fixed it 11 but the issue persists in 10.
- ๐จ๐ญSwitzerland saschaeggi Zurich
See https://www.drupal.org/project/gin/issues/3293369 ๐ Table header overflow issue for multiple user role on permissions page. Fixed for a solution