File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 974
974
"default" : " `false`" ,
975
975
"description" : " If true will hide the heading title, while still making it available to Screen Readers."
976
976
},
977
+ {
978
+ "name" : " disable_scroll" ,
979
+ "type" : " Boolean" ,
980
+ "default" : " `true`" ,
981
+ "description" : " When true, disables scrolling the page when the dialog is open."
982
+ },
977
983
{
978
984
"name" : " system_arguments" ,
979
985
"type" : " Hash" ,
Original file line number Diff line number Diff line change 3306
3306
"default": "`false`",
3307
3307
"description": "If true will hide the heading title, while still making it available to Screen Readers."
3308
3308
},
3309
+ {
3310
+ "name": "disable_scroll",
3311
+ "type": "Boolean",
3312
+ "default": "`true`",
3313
+ "description": "When true, disables scrolling the page when the dialog is open."
3314
+ },
3309
3315
{
3310
3316
"name": "system_arguments",
3311
3317
"type": "Hash",
8185
8191
"color-contrast"
8186
8192
]
8187
8193
}
8194
+ },
8195
+ {
8196
+ "preview_path": "primer/alpha/select_panel/scroll_container",
8197
+ "name": "scroll_container",
8198
+ "snapshot": "false",
8199
+ "skip_rules": {
8200
+ "wont_fix": [
8201
+ "region"
8202
+ ],
8203
+ "will_fix": [
8204
+ "color-contrast"
8205
+ ]
8206
+ }
8188
8207
}
8189
8208
],
8190
8209
"subcomponents": [
Original file line number Diff line number Diff line change 6212
6212
" color-contrast"
6213
6213
]
6214
6214
}
6215
+ },
6216
+ {
6217
+ "preview_path" : " primer/alpha/select_panel/scroll_container" ,
6218
+ "name" : " scroll_container" ,
6219
+ "snapshot" : " false" ,
6220
+ "skip_rules" : {
6221
+ "wont_fix" : [
6222
+ " region"
6223
+ ],
6224
+ "will_fix" : [
6225
+ " color-contrast"
6226
+ ]
6227
+ }
6215
6228
}
6216
6229
]
6217
6230
},
You can’t perform that action at this time.
0 commit comments