| Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
|
| index 8e8038df34ee5fff34e2de092acd416bf9b917d1..ef1106a215c6f4c61959161baa6e1758b009f673 100644
|
| --- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
|
| +++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
|
| @@ -16,7 +16,7 @@
|
| box-shadow: 0 0 16px rgba(0, 0, 0, 0.12),
|
| 0 16px 16px rgba(0, 0, 0, 0.24);
|
| color: inherit;
|
| - overflow: scroll;
|
| + overflow: auto;
|
| padding: 0;
|
| top: 0;
|
| width: 512px;
|
|
|