- From: Honza Kopecký via GitHub <sysbot+gh@w3.org>
- Date: Fri, 13 Oct 2023 10:47:33 +0000
- To: public-css-archive@w3.org
From my tests and few hours of research, it seems that `position: relative` works on all major browsers but there are two exceptions: - Safari on macOS needs the `transform: translate(0)` hack. - Both Safari and Chrome on iOS don't work and the hack doesn't help either. Wrapping the absolute element in a relative one obviously works but then you cannot achieve the goal of the element rendering in context of the row instead of a cell. -- GitHub Notification of comment by HonzaKopecky Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1899#issuecomment-1761309439 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 13 October 2023 10:47:34 UTC