Re: [csswg-drafts] [css-position-3] Please clarify how users can unstick position: sticky elements (#9510)

> make them un-sticky

Set `position: relative !important` in user origin?

> make them stay put without animation and judder

You can tell your browser that you prefer reduced motion, and hope that authors will use `@media (prefers-reduced-motion)` to check your preference. Or something like `animation: none !important` in user origin.

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


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

Received on Tuesday, 24 October 2023 21:16:28 UTC