Re: [csswg-drafts] [css-tables] Collapsed table borders don't follow sticky rows/cells when they stick (#3136)

In my case, my transparent border didn't properly mix with the background around sticky cells, these are workarounds I tried:
- **outline** instead of borders
- **box-shadow** instead of borders

But ultimately I decided to forego mixing colors of borders and explicitly created new stacking context for `tr` `th` and `td` elements with
```
  isolation: isolate;
```

The border color now doesn't mix, but I can tweak that by hand. At least I don't have a headache any more.

It's insane that this still isn't solved by now.

-- 
GitHub Notification of comment by ackvf
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3136#issuecomment-3694113226 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 27 December 2025 17:31:39 UTC