diff --git a/static/arguments.json b/static/arguments.json index f8a8a153ea..ac5ba9496b 100644 --- a/static/arguments.json +++ b/static/arguments.json @@ -974,6 +974,12 @@ "default": "`false`", "description": "If true will hide the heading title, while still making it available to Screen Readers." }, + { + "name": "disable_scroll", + "type": "Boolean", + "default": "`true`", + "description": "When true, disables scrolling the page when the dialog is open." + }, { "name": "system_arguments", "type": "Hash", diff --git a/static/info_arch.json b/static/info_arch.json index 383e171cdd..2787f19776 100644 --- a/static/info_arch.json +++ b/static/info_arch.json @@ -3306,6 +3306,12 @@ "default": "`false`", "description": "If true will hide the heading title, while still making it available to Screen Readers." }, + { + "name": "disable_scroll", + "type": "Boolean", + "default": "`true`", + "description": "When true, disables scrolling the page when the dialog is open." + }, { "name": "system_arguments", "type": "Hash", @@ -8185,6 +8191,19 @@ "color-contrast" ] } + }, + { + "preview_path": "primer/alpha/select_panel/scroll_container", + "name": "scroll_container", + "snapshot": "false", + "skip_rules": { + "wont_fix": [ + "region" + ], + "will_fix": [ + "color-contrast" + ] + } } ], "subcomponents": [ diff --git a/static/previews.json b/static/previews.json index e669229072..6640b09f2d 100644 --- a/static/previews.json +++ b/static/previews.json @@ -6212,6 +6212,19 @@ "color-contrast" ] } + }, + { + "preview_path": "primer/alpha/select_panel/scroll_container", + "name": "scroll_container", + "snapshot": "false", + "skip_rules": { + "wont_fix": [ + "region" + ], + "will_fix": [ + "color-contrast" + ] + } } ] },