| Index: third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel.html b/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel.html
|
| index 3662f2c9278d43fd0a116a0d928762af831e5ba6..1c96ee2c63915a79a564fc4dc95f6e8b2f4100ab 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel.html
|
| @@ -155,7 +155,6 @@ Custom property | Description | Default
|
| position: relative;
|
| overflow-y: auto;
|
| overflow-x: hidden;
|
| - -webkit-overflow-scrolling: touch;
|
| }
|
|
|
| #mainPanel {
|
| @@ -180,7 +179,6 @@ Custom property | Description | Default
|
| :host([mode=scroll]) {
|
| overflow-y: auto;
|
| overflow-x: hidden;
|
| - -webkit-overflow-scrolling: touch;
|
| }
|
|
|
| /*
|
| @@ -239,7 +237,6 @@ Custom property | Description | Default
|
| height: 6px;
|
| pointer-events: none;
|
|
|
| - -webkit-transition: opacity 0.5s;
|
| transition: opacity 0.5s;
|
|
|
| opacity: 0;
|
|
|