| Index: Source/devtools/front_end/helpScreen.css
|
| diff --git a/Source/devtools/front_end/helpScreen.css b/Source/devtools/front_end/helpScreen.css
|
| index 0b7a4b65a182df87558be397aaf5958894846d20..2fe7282cd41cb062d473ad2e17cf80210097f5f7 100644
|
| --- a/Source/devtools/front_end/helpScreen.css
|
| +++ b/Source/devtools/front_end/helpScreen.css
|
| @@ -581,7 +581,8 @@ select.list-column-editor {
|
| .settings-dialog .contents {
|
| flex: 1 1 auto;
|
| padding: 0 17px;
|
| - overflow: auto;
|
| + overflow-x: hidden;
|
| + overflow-y: auto;
|
| }
|
|
|
| .settings-dialog .block-header {
|
|
|