| 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 09a7d8b4f33b20270d4334408c8d94005e85e7fb..8e8038df34ee5fff34e2de092acd416bf9b917d1 100644
|
| --- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
|
| +++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
|
| @@ -16,6 +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;
|
| padding: 0;
|
| top: 0;
|
| width: 512px;
|
|
|