Skip to content

Commit

Permalink
fixes #352 safari hack: focusing input w/ 0 height
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncplus committed Nov 1, 2017
1 parent bcb648f commit cc91da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-input-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@
transition: transform 0.25s, width 0.25s;
-webkit-transform-origin: left top;
transform-origin: left top;
/* Fix for safari not focusing 0-height date/time inputs with -webkit-apperance: none; */
min-height: 1px;

@apply --paper-font-common-nowrap;
@apply --paper-font-subhead;
Expand Down

0 comments on commit cc91da2

Please sign in to comment.