Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add webkit-overflow-scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jun 16, 2014
1 parent d2ea61a commit 60be1fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core-header-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}

#mainPanel {
Expand All @@ -27,7 +29,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

#mainContainer {
position: relative;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}

#dropShadow {
Expand Down

0 comments on commit 60be1fe

Please sign in to comment.