| Index: ui/webui/resources/css/overlay.css
|
| diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
|
| index af47453698c987c8f357265665d0e782f9ae00a6..5bf914cff5200440e57b54ba00f25d758b5a41ae 100644
|
| --- a/ui/webui/resources/css/overlay.css
|
| +++ b/ui/webui/resources/css/overlay.css
|
| @@ -151,7 +151,7 @@ html[dir='rtl'] .overlay .page .action-area {
|
| /* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the
|
| * overlay contains scrollable content. To resolve this, style the scrollbars on
|
| * OSX so they are always visible. See http://crbug.com/123010. */
|
| -<if expr="is_macosx">
|
| +<if expr="is_macosx or is_ios">
|
| .overlay .page .content-area::-webkit-scrollbar {
|
| -webkit-appearance: none;
|
| width: 11px;
|
|
|