| Index: ui/webui/resources/css/overlay.css
|
| diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
|
| index 5bf914cff5200440e57b54ba00f25d758b5a41ae..6623e870332c1a6bf668f68bc91e7b1b4fd290e0 100644
|
| --- a/ui/webui/resources/css/overlay.css
|
| +++ b/ui/webui/resources/css/overlay.css
|
| @@ -7,6 +7,8 @@
|
| -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;
|
|
|