diff --git a/site/src/pages/components/overscroll-actions.explainer.mdx b/site/src/pages/components/overscroll-actions.explainer.mdx index 43ae2804c..c60b3fd13 100644 --- a/site/src/pages/components/overscroll-actions.explainer.mdx +++ b/site/src/pages/components/overscroll-actions.explainer.mdx @@ -21,40 +21,40 @@ Common UI patterns like **drawer-menus** (swiping past the edge to reveal a menu or **swipe-to-action** (swiping a list item to reveal delete buttons) currently rely on complex nested scrollers or JavaScript gesture polyfills. These workarounds are difficult to implement, computationally expensive, and often -fail to provide accessible alternatives for non-touch users. +fail to provide accessible alternatives. ## Proposal We propose a set of HTML attributes that declaratively bind an element (the "overscroll content") to the scroll boundary of a container. -Crucially, this binding is defined on an **activatable element** (like a -`
- +