- From: Loz Calver via GitHub <sysbot+gh@w3.org>
- Date: Wed, 31 Aug 2022 09:38:27 +0000
- To: public-css-archive@w3.org
> For those who end up here from googling, the workaround using transform or any other stacking context creator property (will-change: transform, isolation: isolate) unfortunately does not work in Safari (<=14.0.3 and Technology Preview). If your only issue is absolutely positioned elements overflowing the table-row (e.g. absolutely positioned anchors to make a full row clickable), another possible workaround is to use `tr { clip-path: inset(0); }`. It causes some strange paint side-effects in Safari, like borders sometimes disappearing, but it does at least clip child elements as expected. -- GitHub Notification of comment by kinglozzer Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1899#issuecomment-1232707455 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 31 August 2022 09:38:29 UTC