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

Commit

Permalink
overflow: scroll -> overflow: auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Sep 2, 2014
1 parent 4c31dfb commit 3b6a061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
border-radius: 3px;
color: #000;
max-height: inherit;
overflow: scroll;
overflow: auto;
/* initially position offscreen to get the natural offsetWidth and offsetHeight */
left: -99999px;
top: -99999px;
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

.middle {
overflow: scroll;
overflow: auto;
}

.middle > * {
Expand Down

0 comments on commit 3b6a061

Please sign in to comment.