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

Commit

Permalink
don't show horizontal scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jun 23, 2014
1 parent 584648b commit 7a2c85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-scroll-header-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
left: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
}

Expand Down

0 comments on commit 7a2c85d

Please sign in to comment.