From d241182da7c58fe522870ba900690050a9efffea Mon Sep 17 00:00:00 2001 From: Vladimir Levin Date: Fri, 19 Jun 2026 15:10:24 +0000 Subject: [PATCH 1/2] Updated overscroll gestures to make button optional --- .../overscroll-actions.explainer.mdx | 50 +++++++++---------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/site/src/pages/components/overscroll-actions.explainer.mdx b/site/src/pages/components/overscroll-actions.explainer.mdx index 43ae2804c..074b4a3f8 100644 --- a/site/src/pages/components/overscroll-actions.explainer.mdx +++ b/site/src/pages/components/overscroll-actions.explainer.mdx @@ -28,33 +28,33 @@ fail to provide accessible alternatives for non-touch users. 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 -`
- +