| Index: ui/webui/resources/css/overlay.css
|
| diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
|
| index b8d7af51ca2b5080e10f45fbd6d1b2a65e74de12..9649636a19e067c28d5a79f6d021a058d4cffb2e 100644
|
| --- a/ui/webui/resources/css/overlay.css
|
| +++ b/ui/webui/resources/css/overlay.css
|
| @@ -7,8 +7,6 @@
|
| -webkit-box-align: center;
|
| -webkit-box-orient: vertical;
|
| -webkit-box-pack: center;
|
| - /* TODO(dbeam): remove perspective when http://crbug.com/374970 is fixed. */
|
| - -webkit-perspective: 1px;
|
| -webkit-transition: 200ms opacity;
|
| background-color: rgba(255, 255, 255, 0.75);
|
| bottom: 0;
|
| @@ -16,6 +14,8 @@
|
| left: 0;
|
| overflow: auto;
|
| padding: 20px;
|
| + /* TODO(dbeam): remove perspective when http://crbug.com/374970 is fixed. */
|
| + perspective: 1px;
|
| position: fixed;
|
| right: 0;
|
| top: 0;
|
|
|